You are here: Start » FIL.NET » Invoke.ApplyPCATransform

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
inMatrixFil.MatrixInput data with variables in columns and examples in rows.
inPCAModelFil.PCAModelPreviously created PCA model to apply to data provided in inMatrix.
outTransformedMatrixFil.MatrixTransformed inMatrix.

See also