Uses of Enum
org.tribuo.data.columnar.processors.field.RegexFieldProcessor.Mode
Packages that use RegexFieldProcessor.Mode
-
Uses of RegexFieldProcessor.Mode in org.tribuo.data.columnar.processors.field
Methods in org.tribuo.data.columnar.processors.field that return RegexFieldProcessor.ModeModifier and TypeMethodDescriptionstatic RegexFieldProcessor.ModeReturns the enum constant of this type with the specified name.static RegexFieldProcessor.Mode[]RegexFieldProcessor.Mode.values()Returns an array containing the constants of this enum type, 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.