Skip to main content
Version: 1.7.1

Classifiers

DoesNotMatchA boolean classifier that checks if a value does not match a regex pattern.
ExponentialScaleAn exponential scale.
HasLengthA boolean classifier that checks if the length of a value is within a given range.
IdentityScaleAn identity scale where each integer value corresponds to a bin.
IsBetweenA boolean classifier that checks if a value is inside a specified range.
IsFalseA boolean classifier that checks if a value is False.
IsInA boolean classifier that checks if a value is in a specified set of values.
IsNanA boolean classifier that checks if a value is NaN (Not a Number).
IsNegativeA boolean classifier that checks if a numeric value is negative.
IsNegativeOrZeroA boolean classifier that checks if a numeric value is negative or zero.
IsNotBetweenA boolean classifier that checks if a value is outside a specified range.
IsNotInA boolean classifier that checks if a value is not in a specified set of values.
IsNotNanA boolean classifier that checks if a value is not NaN.
IsNotNullA boolean classifier that checks if a value is not NULL.
IsNotNullNorNanA boolean classifier that checks if a value is neither NULL nor NaN.
IsNotZeroA boolean classifier that checks if a numeric value is not zero.
IsNullA boolean classifier that checks if a value is NULL.
IsNullOrNanA boolean classifier that checks if a value is either NULL or NaN.
IsPositiveA boolean classifier that checks if a numeric value is positive.
IsPositiveOrZeroA boolean classifier that checks if a numeric value is positive or zero.
IsTrueA boolean classifier that checks if a value is True.
IsZeroA boolean classifier that checks if a numeric value is zero.
LinearScaleA linear scale.
LogarithmicScaleA logarithmic scale.
MatchesA boolean classifier that checks if a value matches a regex pattern.
MonomialScaleA monomial (power-law) scale.
ScaleCategorizerA classifier that bucketizes data into bins based on a given scale.