You are here: Start » AVL.NET » AVS.ReversePCATransform Method

AVS.ReversePCATransform Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inTransformedMatrixAvlNet.MatrixData that was transformed earlier.
inPCAModelAvlNet.PCAModelPCA model used to create inTransformedMatrix.
outMatrixAvlNet.MatrixinTransformedMatrix transformed back to its original feature space.

See also