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