Uses of Enum
org.tribuo.data.columnar.processors.field.DateFieldProcessor.DateFeatureType
Packages that use DateFieldProcessor.DateFeatureType
-
Uses of DateFieldProcessor.DateFeatureType in org.tribuo.data.columnar.processors.field
Methods in org.tribuo.data.columnar.processors.field that return DateFieldProcessor.DateFeatureTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static DateFieldProcessor.DateFeatureType[]DateFieldProcessor.DateFeatureType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.tribuo.data.columnar.processors.field with type arguments of type DateFieldProcessor.DateFeatureTypeModifierConstructorDescriptionDateFieldProcessor(String fieldName, EnumSet<DateFieldProcessor.DateFeatureType> featureTypes, String dateFormat) Constructs a field processor which parses a date from the specified field name using the supplied format string then extracts date features according to the suppliedEnumSet.DateFieldProcessor(String fieldName, EnumSet<DateFieldProcessor.DateFeatureType> featureTypes, String dateFormat, String localeLanguage, String localeCountry) Constructs a field processor which parses a date from the specified field name using the supplied format string then extracts date features according to the suppliedEnumSet.