Uses of Enum Class
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
Subclasses with type arguments of type FieldProcessor.GeneratedFeatureType in org.tribuo.data.columnarModifier and TypeClassDescriptionstatic enumThe types of generated features.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 class with the specified name.static FieldProcessor.GeneratedFeatureType[]FieldProcessor.GeneratedFeatureType.values()Returns an array containing the constants of this enum class, 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()