PRTools contents |
CLASSSIZES
[N,LABLIST] = CLASSSIZES(A)
Input | |
A | Dataset |
Output | |
N | Vector of the class cardinalities |
LABLIST | Label list |
Returns class cardinalities of the dataset A. The order of the classes is identical to the list of class labels returned in LABLIST.
PRTools contents |