PRTools Contents

PRTools User Guide

classsizes

CLASSSIZES

Get sizes of classes in a dataset

    [N,LABLIST] = CLASSSIZES(A)
    [N,LABLIST] = A*CLASSSIZES

Input
 A Dataset

Output
 N Vector of the class cardinalities
 LABLIST Label list

Description

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

PRTools User Guide

This file has been automatically generated. If badly readable, use the help-command in Matlab.