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