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