IMSL C# Numerical Library

DiscriminantAnalysis.GetClassTable Method 

Returns the classification table.

public double[,] GetClassTable();

Return Value

A nGroups \times nGroups double array containing the classification table.

Remarks

Each observation that is classified and has a group number equal to 1.0, 2.0, ..., nGroups is entered into the table. The rows of the table correspond to the known group membership. The columns refer to the group to which the observation was classified.

See Also

DiscriminantAnalysis Class | Imsl.Stat Namespace