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

See also