CLASSNAMES Get names of classes of dataset or classifier
NAMES = CLASSNAMES(A,C)
DescriptionReturns the names of the classes used in the dataset A or the classes used by the classifier W. If for datasets no output is requested the names and the sizes of the classes are printed on the screen. If given, just the names of the classes corresponding to the indices in C are returned. See alsodatasets, mappings, classsizes,
|