You are here: Start » 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