| Package | Description |
|---|---|
| org.openimaj.knn | |
| org.openimaj.knn.approximate |
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteNearestNeighboursExact.Factory
NearestNeighboursFactory for producing
ByteNearestNeighboursExacts. |
static class |
DoubleNearestNeighboursExact.Factory
NearestNeighboursFactory for producing
DoubleNearestNeighboursExacts. |
static class |
FloatNearestNeighboursExact.Factory
NearestNeighboursFactory for producing
FloatNearestNeighboursExacts. |
static class |
IntNearestNeighboursExact.Factory
NearestNeighboursFactory for producing
IntNearestNeighboursExacts. |
static class |
LongNearestNeighboursExact.Factory
NearestNeighboursFactory for producing
LongNearestNeighboursExacts. |
static class |
ObjectNearestNeighboursExact.Factory<T>
NearestNeighboursFactory for producing
ObjectNearestNeighboursExacts. |
static class |
ShortNearestNeighboursExact.Factory
NearestNeighboursFactory for producing
ShortNearestNeighboursExacts. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteNearestNeighboursKDTree.Factory
NearestNeighboursFactory for producing
ByteNearestNeighboursKDTrees. |
static class |
DoubleNearestNeighboursKDTree.Factory
NearestNeighboursFactory for producing
DoubleNearestNeighboursKDTrees. |
static class |
FloatNearestNeighboursKDTree.Factory
NearestNeighboursFactory for producing
FloatNearestNeighboursKDTrees. |
static class |
IntNearestNeighboursKDTree.Factory
NearestNeighboursFactory for producing
IntNearestNeighboursKDTrees. |
static class |
LongNearestNeighboursKDTree.Factory
NearestNeighboursFactory for producing
LongNearestNeighboursKDTrees. |
static class |
ShortNearestNeighboursKDTree.Factory
NearestNeighboursFactory for producing
ShortNearestNeighboursKDTrees. |