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


