You are here: Start » AVL.NET » PCAModel Class
PCAModel Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| PCAModel(Matrix, Matrix, Matrix) | ||
| PCAModel(PCAModel) | Creates a deep copy of the passed object. | |
| PCAModel() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| FeatureVector | AvlNet.Matrix | ||
| IsDisposed | System.Boolean | ||
| MeansVector | AvlNet.Matrix | ||
| StandardDeviationVector | AvlNet.Matrix |
Methods
| Name | Description | |
|---|---|---|
| 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 |
