ClassificationSummary: Array;
The ClassificationSummary property returns summary classification matrix.
A matrix contains only integer values and shows, into which classes the known objects were included. The last row contains the objects to be clustered, the other rows correspond to classes. Matrix rows contain numbers of the classes in which the objects have been included. The last column is a summary: it sums up all the elements in the row.
The ISmDiscriminantAnalysis.ClassCount property returns the number of classes.
The property use is given in the example for ISmDiscriminantAnalysis.ClassCount.
See also: