Uses of Enum
org.tribuo.data.DataOptions.InputFormat
Packages that use DataOptions.InputFormat
Package
Description
Provides a set of main methods for interacting with classification tasks.
Provides classes for loading in data from disk, processing it into examples, and splitting datasets for
things like cross-validation and train-test splits.
-
Uses of DataOptions.InputFormat in org.tribuo.classification.experiments
Fields in org.tribuo.classification.experiments declared as DataOptions.InputFormat -
Uses of DataOptions.InputFormat in org.tribuo.data
Subclasses with type arguments of type DataOptions.InputFormat in org.tribuo.dataModifier and TypeClassDescriptionstatic enum
The input formats supported by this options object.Fields in org.tribuo.data declared as DataOptions.InputFormatMethods in org.tribuo.data that return DataOptions.InputFormatModifier and TypeMethodDescriptionstatic DataOptions.InputFormat
Returns the enum constant of this type with the specified name.static DataOptions.InputFormat[]
DataOptions.InputFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.