Package | Description |
---|---|
org.openimaj.tools.clusterquantiser | |
org.openimaj.tools.clusterquantiser.samplebatch |
Modifier and Type | Field and Description |
---|---|
protected FileType |
AbstractClusterQuantiserOptions.fileType |
Modifier and Type | Method and Description |
---|---|
FileType |
AbstractClusterQuantiserOptions.getFileType() |
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterQuantiserOptions.setFileType(FileType fileType)
Set the file type
|
Constructor and Description |
---|
SampleBatch(FileType type,
File sampleSource,
int startIndex,
int endIndex)
Default constructor
|
SampleBatch(FileType type,
File sampleSource,
int startIndex,
int endIndex,
int[] relativeIndexList)
Default constructor
|