Uses of Enum Class
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.InputFormatModifier and TypeFieldDescriptionTest.ConfigurableTestOptions.inputFormat
Loads the data using the specified format. -
Uses of DataOptions.InputFormat in org.tribuo.data
Fields in org.tribuo.data declared as DataOptions.InputFormatModifier and TypeFieldDescriptionDataOptions.inputFormat
Loads the data using the specified format.Methods in org.tribuo.data that return DataOptions.InputFormatModifier 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.