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, logStatisticsgetLongName, getShortNameSimilarityQuery<O> getSimilarityQuery(SimilarityFunction<? super O> simFunction, java.lang.Object... hints)
simFunction - Similarity function to use.hints - Hints for the optimizernullCopyright © 2019 ELKI Development Team. License information.