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