Package org.tribuo.data.columnar.processors.field
package org.tribuo.data.columnar.processors.field
Provides implementations of
FieldProcessor
.-
ClassDescriptionProcesses a column that contains a date value.The types of date features which can be extracted.Processes a column that contains a real value.A
FieldProcessor
which converts the field name and value into a feature with a value ofIdentityProcessor.FEATURE_VALUE
.AFieldProcessor
which applies a regex to a field and generatesColumnarFeature
s based on the matches.Matching mode.AFieldProcessor
which takes a text field and runs aTextPipeline
on it to generate features.