Package | Description |
---|---|
org.tribuo.data.columnar.processors.field |
Provides implementations of
FieldProcessor . |
Class and Description |
---|
DoubleFieldProcessor
Processes a column that contains a real value.
|
IdentityProcessor
A
FieldProcessor which converts the field name and value into a feature with a value of IdentityProcessor.FEATURE_VALUE . |
RegexFieldProcessor
A
FieldProcessor which applies a regex to a field and generates ColumnarFeature s based on the matches. |
RegexFieldProcessor.Mode
Matching mode.
|
TextFieldProcessor
A
FieldProcessor which takes a text field and runs a TextPipeline on it
to generate features. |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.