Uses of Enum Class
org.tribuo.data.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
Modifier and TypeFieldDescriptionTest.ConfigurableTestOptions.inputFormat
Loads the data using the specified format. -
Uses of DataOptions.InputFormat in org.tribuo.data
Modifier and TypeFieldDescriptionDataOptions.inputFormat
Loads the data using the specified format.Modifier and TypeMethodDescriptionstatic DataOptions.InputFormat
Returns the enum constant of this class with the specified name.static DataOptions.InputFormat[]
DataOptions.InputFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.