Uses of Enum
org.tribuo.data.columnar.FieldProcessor.GeneratedFeatureType
Packages that use FieldProcessor.GeneratedFeatureType
Package
Description
Provides classes for processing columnar data and generating
Examples.Provides implementations of
FieldProcessor.-
Uses of FieldProcessor.GeneratedFeatureType in org.tribuo.data.columnar
Methods in org.tribuo.data.columnar that return FieldProcessor.GeneratedFeatureTypeModifier and TypeMethodDescriptionFieldProcessor.getFeatureType()Returns the feature type this FieldProcessor generates.Returns the enum constant of this type with the specified name.static FieldProcessor.GeneratedFeatureType[]FieldProcessor.GeneratedFeatureType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FieldProcessor.GeneratedFeatureType in org.tribuo.data.columnar.processors.field
Methods in org.tribuo.data.columnar.processors.field that return FieldProcessor.GeneratedFeatureTypeModifier and TypeMethodDescriptionDateFieldProcessor.getFeatureType()DoubleFieldProcessor.getFeatureType()IdentityProcessor.getFeatureType()RegexFieldProcessor.getFeatureType()TextFieldProcessor.getFeatureType()