O
- Object typepublic interface SimilarityIndex<O> extends Index
Modifier and Type | Method and Description |
---|---|
SimilarityQuery<O> |
getSimilarityQuery(SimilarityFunction<? super O> simFunction,
java.lang.Object... hints)
Get a similarity query object for the given similarity function.
|
initialize, logStatistics
getLongName, getShortName
SimilarityQuery<O> getSimilarityQuery(SimilarityFunction<? super O> simFunction, java.lang.Object... hints)
simFunction
- Similarity function to use.hints
- Hints for the optimizernull
Copyright © 2019 ELKI Development Team. License information.