ISmPrincipalComponentAnalysis.MatrixAlignmentType

Fore Syntax

MatrixAlignmentType: AlignmentType;

Fore.NET Syntax

MatrixAlignmentType: Prognoz.Platform.Interop.Stat.AlignmentType;

Description

The MatrixAlignmentType property determines type of centering for the input data matrix.

Comments

By default single centering is used: that is, MatrixAlignmentType = AlignmentType.SingleAlignment.

Use the ISmPrincipalComponentAnalysis.Objects property to define input data.

Fore and Fore.NET Examples

The property use is given in the example for ISmPrincipalComponentAnalysis.Statistics.

See also:

ISmPrincipalComponentAnalysis