| Package | Description |
|---|---|
| org.openimaj.tools.clusterquantiser | |
| org.openimaj.tools.clusterquantiser.samplebatch |
| Modifier and Type | Method and Description |
|---|---|
static List<SampleBatch> |
ClusterQuantiser.do_getSampleBatches(ClusterQuantiserOptions options)
Get sample batches
|
| Modifier and Type | Method and Description |
|---|---|
SpatialClusters<?> |
ClusterType.ClusterTypeOp.create(List<SampleBatch> batches)
Create clusters from data
|
| Modifier and Type | Method and Description |
|---|---|
static List<SampleBatch> |
SampleBatch.readSampleBatches(File sampleBatchOut)
Read batches from a file
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SampleBatch.writeSampleBatches(List<SampleBatch> sampleBatches,
File sampleBatchOut)
Write batches to a file
|
| Constructor and Description |
|---|
SampleBatchByteDataSource(List<SampleBatch> batches)
Construct with batches
|
SampleBatchIntDataSource(List<SampleBatch> batches)
Construct with batches
|