Package | Description |
---|---|
org.openimaj.feature | |
org.openimaj.lsh.functions | |
org.openimaj.ml.clustering.assignment.soft |
Modifier and Type | Method and Description |
---|---|
static IntFVComparison |
IntFVComparison.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntFVComparison[] |
IntFVComparison.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
IntFV.compare(IntFV h,
IntFVComparison method)
Compare this FV to another with the given method.
|
double |
MultidimensionalIntFV.compare(MultidimensionalIntFV h,
IntFVComparison method)
Compare this FV to another with the given method.
|
Modifier and Type | Method and Description |
---|---|
protected IntFVComparison |
IntCauchyFactory.fvDistanceFunction() |
protected IntFVComparison |
IntHyperplaneL1Factory.fvDistanceFunction() |
protected IntFVComparison |
IntGaussianFactory.fvDistanceFunction() |
IntFVComparison |
IntHammingFactory.fvDistanceFunction() |
protected abstract IntFVComparison |
IntHashFunctionFactory.fvDistanceFunction() |
protected IntFVComparison |
IntHyperplaneCosineFactory.fvDistanceFunction() |
Constructor and Description |
---|
IntKNNAssigner(CentroidsProvider<int[]> provider,
IntFVComparison comparison,
int numNeighbours)
Construct the assigner using the given cluster data and
distance function.
|
IntKNNAssigner(int[][] data,
IntFVComparison comparison,
int numNeighbours)
Construct the assigner using the given cluster data and
distance function.
|