You are here: Start » FIL.NET » PCAModel Constructor

PCAModel Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public PCAModel
(
	FilNet.Matrix featureVector,
	FilNet.Matrix meansVector,
	FilNet.Matrix standardDeviationVector
)

Parameters

Name Type Range Default Description
featureVectorFilNet.Matrix
meansVectorFilNet.Matrix
standardDeviationVectorFilNet.Matrix

See also