PRTools contents

PRTools manual

remclass

REMCLASS

Remove small classes

    B = REMCLASS(A,N)

Input
 A Dataset
 N Integer, maximum class size to be removed (optional; default 0)

Output
 B Dataset

Description

Classes having N objects or less are removed. The corresponding objects  are made unlabeled. Use SELDAT to remove unlabeled objects.  In case of soft labeled objects the number of objects in A is compared  with N. If it is smaller all object labels are removed (NaN).

See also

seldat, gendat,

PRTools contents

PRTools manual