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

PCAModel Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public PCAModel
(
	Avl.Matrix featureVector_,
	Avl.Matrix meansVector_,
	Avl.Matrix standardDeviationVector_
)

Parameters

Name Type Range Default Description
featureVector_Avl.Matrix
meansVector_Avl.Matrix
standardDeviationVector_Avl.Matrix

See also