Package | Description |
---|---|
org.openimaj.feature | |
org.openimaj.lsh.functions |
Modifier and Type | Class and Description |
---|---|
class |
MultidimensionalLongFV
Basic long multidimensional feature vector implementation
|
Modifier and Type | Method and Description |
---|---|
LongFV |
LongFV.clone() |
LongFV |
LongFV.concatenate(List<LongFV> ins) |
LongFV |
LongFV.concatenate(LongFV... ins) |
LongFV |
LongFV.newInstance() |
LongFV |
LongFV.subvector(int beginIndex) |
LongFV |
LongFV.subvector(int beginIndex,
int endIndex) |
Modifier and Type | Method and Description |
---|---|
double |
LongFVComparison.compare(LongFV h1,
LongFV h2) |
double |
LongFV.compare(LongFV h,
LongFVComparison method)
Compare this FV to another with the given method.
|
LongFV |
LongFV.concatenate(LongFV... ins) |
Modifier and Type | Method and Description |
---|---|
LongFV |
LongFV.concatenate(List<LongFV> ins) |
Modifier and Type | Method and Description |
---|---|
int |
LongHashFunction.computeHashCode(LongFV feature)
Compute the hash code for the feature vector.
|