Uses of Enum
org.tribuo.datasource.IDXDataSource.IDXType
Packages that use IDXDataSource.IDXType
-
Uses of IDXDataSource.IDXType in org.tribuo.datasource
Subclasses with type arguments of type IDXDataSource.IDXType in org.tribuo.datasourceModifier and TypeClassDescriptionstatic enum
The possible IDX input formats.Methods in org.tribuo.datasource that return IDXDataSource.IDXTypeModifier and TypeMethodDescriptionstatic IDXDataSource.IDXType
IDXDataSource.IDXType.convert
(byte input) Converts the byte into the enum.IDXDataSource.getDataType()
The type of the features that were loaded in.static IDXDataSource.IDXType
Returns the enum constant of this type with the specified name.static IDXDataSource.IDXType[]
IDXDataSource.IDXType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tribuo.datasource with parameters of type IDXDataSource.IDXTypeModifier and TypeMethodDescriptionstatic IDXDataSource.IDXData
IDXDataSource.IDXData.createIDXData
(IDXDataSource.IDXType dataType, int[] shape, double[] data) Constructs an IDXData, validating the input and defensively copying it.