Uses of Enum
org.tribuo.data.DataOptions.InputFormat
Packages that use DataOptions.InputFormat
Package
Description
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.data
Fields in org.tribuo.data declared as DataOptions.InputFormatModifier and TypeFieldDescriptionDataOptions.inputFormatLoads the data using the specified format.Methods in org.tribuo.data that return DataOptions.InputFormatModifier and TypeMethodDescriptionstatic DataOptions.InputFormatReturns 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.