Package | Description |
---|---|
org.tribuo.data.columnar.processors.field |
Provides implementations of
FieldProcessor . |
Modifier and Type | Method and Description |
---|---|
static RegexFieldProcessor.Mode |
RegexFieldProcessor.Mode.valueOf(String name)
Returns 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 and Description |
---|
RegexFieldProcessor(String fieldName,
Pattern regex,
EnumSet<RegexFieldProcessor.Mode> modes)
Constructs a field processor which emits features when the field value matches the supplied regex.
|
RegexFieldProcessor(String fieldName,
String regex,
EnumSet<RegexFieldProcessor.Mode> modes)
Constructs a field processor which emits features when the field value matches the supplied regex.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.