Package | Description |
---|---|
org.openimaj.feature | |
org.openimaj.lsh.functions |
Modifier and Type | Method and Description |
---|---|
SparseFloatFV |
SparseFloatFV.concatenate(List<SparseFloatFV> ins) |
SparseFloatFV |
SparseFloatFV.concatenate(SparseFloatFV... ins) |
SparseFloatFV |
BagOfWordsFeatureExtractor.extractFeature(List<String> object) |
SparseFloatFV |
SparseFloatFV.newInstance() |
Modifier and Type | Method and Description |
---|---|
double |
SparseFloatFVComparison.compare(SparseFloatFV h1,
SparseFloatFV h2) |
SparseFloatFV |
SparseFloatFV.concatenate(SparseFloatFV... ins) |
Modifier and Type | Method and Description |
---|---|
SparseFloatFV |
SparseFloatFV.concatenate(List<SparseFloatFV> ins) |
Modifier and Type | Method and Description |
---|---|
int |
FloatHashFunction.computeHashCode(SparseFloatFV feature)
Compute the hash code for the sparse feature vector.
|