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