You are here: Start » FIL.NET » FIS.ApplyPCATransform Method
FIS.ApplyPCATransform Method
Applies previously obtained Principal Component Analysis (PCA) transformation coefficients to new data.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void ApplyPCATransform ( FilNet.Matrix inMatrix, FilNet.PCAModel inPCAModel, FilNet.Matrix outTransformedMatrix )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inMatrix | FilNet.Matrix | Input data with variables in columns and examples in rows. | ||
![]() | inPCAModel | FilNet.PCAModel | Previously created PCA model to apply to data provided in inMatrix. | ||
![]() | outTransformedMatrix | FilNet.Matrix | Transformed inMatrix. |


