You are here: Start » Filter Groups » Classify
Classify
Description
Classifies elements of an array using a specified condition.
Filters in this group
Icon | Name | Description |
---|---|---|
ClassifyByPredicate | Separates the elements of the input array into two output arrays. The first output array contains all the elements for which the associated predicate is True. E.g. creating separate arrays of OK and NOK objects. |
|
ClassifyByRange | Separates the elements of the input array into three output arrays, depending on whether the related values fall below, into or above the specified range. E.g. selection of the objects (e.g. blobs) whose associated values (e.g. area) meet the specified minimum and maximum requirements. |
|
ClassifyByCase | Separates the elements of the input array into several output arrays, depending on the associated array of case indices. |