Package | Description |
---|---|
org.openimaj.util.pair | |
org.openimaj.util.tree |
Modifier and Type | Field and Description |
---|---|
static Comparator<IntBytePair> |
IntBytePair.FIRST_ITEM_ASCENDING_COMPARATOR
Comparator for comparing the first element of a
IntBytePair in ascending order. |
static Comparator<IntBytePair> |
IntBytePair.FIRST_ITEM_DESCENDING_COMPARATOR
Comparator for comparing the first element of a
IntBytePair in descending order. |
static Comparator<IntBytePair> |
IntBytePair.SECOND_ITEM_ASCENDING_COMPARATOR
Comparator for comparing the second element of a
IntBytePair in ascending order. |
static Comparator<IntBytePair> |
IntBytePair.SECOND_ITEM_DESCENDING_COMPARATOR
Comparator for comparing the second element of a
IntBytePair in descending order. |
Modifier and Type | Method and Description |
---|---|
static IntBytePair |
IntBytePair.pair(int a,
byte b)
Create a pair from the given values.
|
Modifier and Type | Method and Description |
---|---|
static gnu.trove.list.array.TIntArrayList |
IntBytePair.getFirst(Iterable<IntBytePair> data)
Extract the first values from a list of pairs.
|
static gnu.trove.list.array.TByteArrayList |
IntBytePair.getSecond(Iterable<IntBytePair> data)
Extract the second values from a list of pairs.
|
Modifier and Type | Method and Description |
---|---|
IntBytePair |
ByteKDTree.SplitChooser.chooseSplit(byte[][] pnts,
IntArrayView inds,
int depth,
byte[] minBounds,
byte[] maxBounds)
Choose the dimension and discriminant on which to split the data.
|
IntBytePair |
ByteKDTree.BasicMedianSplit.chooseSplit(byte[][] pnts,
IntArrayView inds,
int depth,
byte[] minBounds,
byte[] maxBounds) |
IntBytePair |
ByteKDTree.BBFMedianSplit.chooseSplit(byte[][] pnts,
IntArrayView inds,
int depth,
byte[] minBounds,
byte[] maxBounds) |
IntBytePair |
ByteKDTree.ApproximateBBFMedianSplit.chooseSplit(byte[][] pnts,
IntArrayView inds,
int depth,
byte[] minBounds,
byte[] maxBounds) |
IntBytePair |
ByteKDTree.RandomisedBBFMeanSplit.chooseSplit(byte[][] pnts,
IntArrayView inds,
int depth,
byte[] minBounds,
byte[] maxBounds) |