You are here: Start » FIL.NET » FIS.ReversePCATransform Method

FIS.ReversePCATransform Method

Reverses Principal Component Analysis (PCA) process. Can be used to transform data back to original feature space.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ReversePCATransform
(
	FilNet.Matrix inTransformedMatrix,
	FilNet.PCAModel inPCAModel,
	FilNet.Matrix outMatrix
)

Parameters

Name Type Range Default Description
inTransformedMatrixFilNet.MatrixData that was transformed earlier.
inPCAModelFilNet.PCAModelPCA model used to create inTransformedMatrix.
outMatrixFilNet.MatrixinTransformedMatrix transformed back to its original feature space.

See also