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
Constructor | Description | |
---|---|---|
![]() | PCAModel(Matrix, Matrix, Matrix) | |
![]() | PCAModel() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | FeatureVector | AvlNet.Matrix | PCA feature matrix. |
![]() | MeansVector | AvlNet.Matrix | Original data means. Used to reconstruct data. |
![]() | StandardDeviationVector | AvlNet.Matrix | Original data standard deviations. Used to reconstruct data. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |