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 enumThe possible IDX input formats.Methods in org.tribuo.datasource that return IDXDataSource.IDXTypeModifier and TypeMethodDescriptionstatic IDXDataSource.IDXTypeIDXDataSource.IDXType.convert(byte input) Converts the byte into the enum.IDXDataSource.getDataType()The type of the features that were loaded in.static IDXDataSource.IDXTypeReturns 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.IDXDataIDXDataSource.IDXData.createIDXData(IDXDataSource.IDXType dataType, int[] shape, double[] data) Constructs an IDXData, validating the input and defensively copying it.