Uses of Enum Class
org.tribuo.data.columnar.processors.field.RegexFieldProcessor.Mode
Packages that use RegexFieldProcessor.Mode
-
Uses of RegexFieldProcessor.Mode in org.tribuo.data.columnar.processors.field
Subclasses with type arguments of type RegexFieldProcessor.Mode in org.tribuo.data.columnar.processors.fieldMethods in org.tribuo.data.columnar.processors.field that return RegexFieldProcessor.ModeModifier 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.Constructor parameters in org.tribuo.data.columnar.processors.field with type arguments of type RegexFieldProcessor.ModeModifierConstructorDescriptionRegexFieldProcessor
(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.