| PRTools contents |
REMCLASS
B = REMCLASS(A,N)
| Input | |
| A | Dataset |
| N | Integer, maximum class size to be removed (optional; default 0) |
| Output | |
| B | Dataset |
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).
| PRTools contents |