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