| Package | Description |
|---|---|
| org.openimaj.knn.pq |
| Modifier and Type | Field and Description |
|---|---|
protected LongProductQuantiser |
IncrementalLongADCNearestNeighbours.pq |
protected LongProductQuantiser |
LongADCNearestNeighbours.pq |
| Constructor and Description |
|---|
IncrementalLongADCNearestNeighbours(LongProductQuantiser pq,
org.openimaj.data.DataSource<long[]> dataPoints)
Construct the ADC with the given quantiser and data points.
|
IncrementalLongADCNearestNeighbours(LongProductQuantiser pq,
int ndims)
Construct an empty ADC with the given quantiser.
|
IncrementalLongADCNearestNeighbours(LongProductQuantiser pq,
int ndims,
int nitems)
Construct an empty ADC with the given quantiser.
|
IncrementalLongADCNearestNeighbours(LongProductQuantiser pq,
List<long[]> dataPoints)
Construct the ADC with the given quantiser and data points.
|
IncrementalLongADCNearestNeighbours(LongProductQuantiser pq,
long[][] dataPoints)
Construct the ADC with the given quantiser and data points.
|
LongADCNearestNeighbours(LongProductQuantiser pq,
byte[][] pqData,
int ndims)
Construct the ADC with the given quantiser and pre-quantised data .
|
LongADCNearestNeighbours(LongProductQuantiser pq,
long[][] dataPoints)
Construct the ADC with the given quantiser and data points.
|
LongSDCNearestNeighbours(LongProductQuantiser pq,
long[][][] pqCentroids,
long[][] dataPoints)
Construct the SDC with the given quantiser, centroids (corresponding to
the quantiser's internal assigners), and data.
|