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

AVS.ApplyPCATransform Method

Applies previously obtained Principal Component Analysis (PCA) transformation coefficients to new data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ApplyPCATransform
(
	AvlNet.Matrix inMatrix,
	AvlNet.PCAModel inPCAModel,
	AvlNet.Matrix outTransformedMatrix
)

Parameters

Name Type Range Default Description
inMatrixAvlNet.MatrixInput data with variables in columns and examples in rows.
inPCAModelAvlNet.PCAModelPreviously created PCA model to apply to data provided in inMatrix.
outTransformedMatrixAvlNet.MatrixTransformed inMatrix.

See also