Modifier and Type | Class and Description |
---|---|
class |
MusicSpeechDataset
OpenIMAJ Dataset for the MusicSpeech Database
|
Modifier and Type | Method and Description |
---|---|
MapBackedDataset<KEY,DATASET,INSTANCE> |
MapBackedDataset.add(KEY key,
DATASET dataset)
Convenience method for populating a dataset by chaining method calls:
|
MapBackedDataset<String,DATASET,INSTANCE> |
MapBackedDataset.IdentifiableBuilder.build()
Returns a newly-created
MapBackedDataset . |
static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> |
MapBackedDataset.of(Collection<DATASET> datasets)
Convenience method to construct a
MapBackedDataset from a number
of Identifiable sub-datasets. |
static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> |
MapBackedDataset.of(DATASET... datasets)
Convenience method to construct a
MapBackedDataset from a number
of Identifiable sub-datasets. |
static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> |
MapBackedDataset.of(DATASET d1)
Convenience method to construct a
MapBackedDataset from a number
of Identifiable sub-datasets. |
static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> |
MapBackedDataset.of(DATASET d1,
DATASET d2)
Convenience method to construct a
MapBackedDataset from a number
of Identifiable sub-datasets. |
static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> |
MapBackedDataset.of(DATASET d1,
DATASET d2,
DATASET d3)
Convenience method to construct a
MapBackedDataset from a number
of Identifiable sub-datasets. |
static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> |
MapBackedDataset.of(DATASET d1,
DATASET d2,
DATASET d3,
DATASET d4)
Convenience method to construct a
MapBackedDataset from a number
of Identifiable sub-datasets. |
static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> |
MapBackedDataset.of(DATASET d1,
DATASET d2,
DATASET d3,
DATASET d4,
DATASET d5)
Convenience method to construct a
MapBackedDataset from a number
of Identifiable sub-datasets. |
Modifier and Type | Class and Description |
---|---|
class |
ClusterEvalDataset
Reads datasets of items and cluster labels from the clustereval tool:
http://chris.de-vries.id.au/2013/06/clustereval-10-release.html
The general format of clustereval is:
item cluster_label*
|
Modifier and Type | Class and Description |
---|---|
class |
ATandTDataset
A Dataset for Our Database of Faces/The ORL Face Database/The AT&T Face
database.
|
class |
TextFileDataset
A simple dataset of people and their images, backed by a
text file with the following format:
|
Modifier and Type | Class and Description |
---|---|
class |
WineDataset
A
Dataset instance of the standard wine clustering experiment found
here: |