Package | Description |
---|---|
org.openimaj.feature | |
org.openimaj.lsh.functions |
Modifier and Type | Method and Description |
---|---|
SparseShortFV |
SparseShortFV.concatenate(List<SparseShortFV> ins) |
SparseShortFV |
SparseShortFV.concatenate(SparseShortFV... ins) |
SparseShortFV |
SparseShortFV.newInstance() |
Modifier and Type | Method and Description |
---|---|
double |
SparseShortFVComparison.compare(SparseShortFV h1,
SparseShortFV h2) |
SparseShortFV |
SparseShortFV.concatenate(SparseShortFV... ins) |
Modifier and Type | Method and Description |
---|---|
SparseShortFV |
SparseShortFV.concatenate(List<SparseShortFV> ins) |
Modifier and Type | Method and Description |
---|---|
int |
ShortHashFunction.computeHashCode(SparseShortFV feature)
Compute the hash code for the sparse feature vector.
|