Uses of Package
org.tribuo.data.columnar.processors.field
Packages that use org.tribuo.data.columnar.processors.field
-
Classes in org.tribuo.data.columnar.processors.field used by org.tribuo.data.columnar.processors.fieldClassDescriptionThe 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.