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

PCAModel Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

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

Parameters

Name Type Range Default Description
featureVectorAvlNet.Matrix
meansVectorAvlNet.Matrix
standardDeviationVectorAvlNet.Matrix

See also