Uses of Enum Class
org.tribuo.data.columnar.processors.field.RegexFieldProcessor.Mode
-
Uses of RegexFieldProcessor.Mode in org.tribuo.data.columnar.processors.field
Modifier and TypeMethodDescriptionstatic RegexFieldProcessor.Mode
Returns the enum constant of this class with the specified name.static RegexFieldProcessor.Mode[]
RegexFieldProcessor.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionRegexFieldProcessor
(String fieldName, String regex, EnumSet<RegexFieldProcessor.Mode> modes) Constructs a field processor which emits features when the field value matches the supplied regex.RegexFieldProcessor
(String fieldName, Pattern regex, EnumSet<RegexFieldProcessor.Mode> modes) Constructs a field processor which emits features when the field value matches the supplied regex.