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

PCAModel Class

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

Constructors

 ConstructorDescription
PCAModel(Matrix, Matrix, Matrix)
PCAModel(PCAModel)Creates a deep copy of the passed object.
PCAModel()

Properties

 NameTypeDescription
FeatureVectorAvlNet.Matrix
IsDisposedSystem.Boolean
MeansVectorAvlNet.Matrix
StandardDeviationVectorAvlNet.Matrix

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
Equals(AvlNet.PCAModel)
Equals(AvlNet.PCAModel, AvlNet.PCAModel)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.PCAModel)Resets this instance with data of the other PCAModel object.
ToString()Inherited from System.Object

See also