You are here: Start » PCAModel Class

PCAModel Class

Namespace:AvlNet
Assembly:Avl.Net.TS.dll

Constructors

 ConstructorDescription
PCAModel(Matrix, Matrix, Matrix)
PCAModel(PCAModel)
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)
ToString()Inherited from System.Object

See also