ISmPrincipalComponentAnalysis.MatrixAlignmentType

Syntax

MatrixAlignmentType: 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.

Example

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

See also:

ISmPrincipalComponentAnalysis