| Modifier and Type | Class and Description | 
|---|---|
| class  | MusicSpeechDatasetOpenIMAJ 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  MapBackedDatasetfrom a number
 ofIdentifiablesub-datasets. | 
| static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> | MapBackedDataset. of(DATASET... datasets)Convenience method to construct a  MapBackedDatasetfrom a number
 ofIdentifiablesub-datasets. | 
| static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> | MapBackedDataset. of(DATASET d1)Convenience method to construct a  MapBackedDatasetfrom a number
 ofIdentifiablesub-datasets. | 
| static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> | MapBackedDataset. of(DATASET d1,
  DATASET d2)Convenience method to construct a  MapBackedDatasetfrom a number
 ofIdentifiablesub-datasets. | 
| static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> | MapBackedDataset. of(DATASET d1,
  DATASET d2,
  DATASET d3)Convenience method to construct a  MapBackedDatasetfrom a number
 ofIdentifiablesub-datasets. | 
| static <INSTANCE,DATASET extends Dataset<INSTANCE> & Identifiable> | MapBackedDataset. of(DATASET d1,
  DATASET d2,
  DATASET d3,
  DATASET d4)Convenience method to construct a  MapBackedDatasetfrom a number
 ofIdentifiablesub-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  MapBackedDatasetfrom a number
 ofIdentifiablesub-datasets. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClusterEvalDatasetReads 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  | ATandTDatasetA Dataset for Our Database of Faces/The ORL Face Database/The AT&T Face
 database. | 
| class  | TextFileDatasetA simple dataset of people and their images, backed by a 
 text file with the following format: | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WineDatasetA  Datasetinstance of the standard wine clustering experiment found
 here: |