You are here: Start » FIL.NET » FIS.CreatePCATransform Method
FIS.CreatePCATransform Method
Performs the Principal Component Analysis (PCA) on provided data, creates the feature vector and normalization coefficients (mean and standard deviation of variables).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreatePCATransform ( FilNet.Matrix inMatrix, int inDimensions, FilNet.PCAModel outPCAModel, FilNet.Matrix outTransformedMatrix )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inMatrix | FilNet.Matrix | Input data, where variables are in column, and examples are in rows. | ||
![]() | inDimensions | int | <1, INF> | How many data dimensions (variables) to be left in transformed data. | |
![]() | outPCAModel | FilNet.PCAModel | Resulting PCA model. | ||
![]() | outTransformedMatrix | FilNet.Matrix | Transformed inMatrix with reduced dimensionality. |
Function Overrides
- CreatePCATransform(Matrix, Int32, Nullable<Single>, PCAModel, Matrix)
- CreatePCATransform(Matrix, Int32, Nullable<Single>, PCAModel, Matrix, Matrix, Matrix, IList<Int32>)