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

PCAModel Class

Holds information about conducted Principal Components Analysis operation.

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

Constructors

 ConstructorDescription
PCAModel(Matrix, Matrix, Matrix)
PCAModel()

Properties

 NameTypeDescription
FeatureVectorAvlNet.MatrixPCA feature matrix.
MeansVectorAvlNet.MatrixOriginal data means. Used to reconstruct data.
StandardDeviationVectorAvlNet.MatrixOriginal data standard deviations. Used to reconstruct data.

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also