Package | Description |
---|---|
org.openimaj.experiment.evaluation.cluster.analyser |
This package contains classes that can be used to evaluate clustering performance.
|
org.openimaj.util.pair | |
org.openimaj.util.tree |
Modifier and Type | Method and Description |
---|---|
static IntIntPair |
ClusterAnalyserUtils.findMaxClassCount(int[] is,
Map<Integer,Integer> invCor) |
Modifier and Type | Field and Description |
---|---|
static Comparator<IntIntPair> |
IntIntPair.FIRST_ITEM_ASCENDING_COMPARATOR
Comparator for comparing the first element of a
IntIntPair in ascending order. |
static Comparator<IntIntPair> |
IntIntPair.FIRST_ITEM_DESCENDING_COMPARATOR
Comparator for comparing the first element of a
IntIntPair in descending order. |
static Comparator<IntIntPair> |
IntIntPair.SECOND_ITEM_ASCENDING_COMPARATOR
Comparator for comparing the second element of a
IntIntPair in ascending order. |
static Comparator<IntIntPair> |
IntIntPair.SECOND_ITEM_DESCENDING_COMPARATOR
Comparator for comparing the second element of a
IntIntPair in descending order. |
Modifier and Type | Method and Description |
---|---|
static IntIntPair |
IntIntPair.pair(int a,
int b)
Create a pair from the given values.
|
Modifier and Type | Method and Description |
---|---|
static gnu.trove.list.array.TIntArrayList |
IntIntPair.getFirst(Iterable<IntIntPair> data)
Extract the first values from a list of pairs.
|
static gnu.trove.list.array.TIntArrayList |
IntIntPair.getSecond(Iterable<IntIntPair> data)
Extract the second values from a list of pairs.
|
Modifier and Type | Method and Description |
---|---|
IntIntPair |
IntKDTree.SplitChooser.chooseSplit(int[][] pnts,
IntArrayView inds,
int depth,
int[] minBounds,
int[] maxBounds)
Choose the dimension and discriminant on which to split the data.
|
IntIntPair |
IntKDTree.BasicMedianSplit.chooseSplit(int[][] pnts,
IntArrayView inds,
int depth,
int[] minBounds,
int[] maxBounds) |
IntIntPair |
IntKDTree.BBFMedianSplit.chooseSplit(int[][] pnts,
IntArrayView inds,
int depth,
int[] minBounds,
int[] maxBounds) |
IntIntPair |
IntKDTree.ApproximateBBFMedianSplit.chooseSplit(int[][] pnts,
IntArrayView inds,
int depth,
int[] minBounds,
int[] maxBounds) |
IntIntPair |
IntKDTree.RandomisedBBFMeanSplit.chooseSplit(int[][] pnts,
IntArrayView inds,
int depth,
int[] minBounds,
int[] maxBounds) |