O
- object typepublic class SharedNearestNeighborJaccardDistanceFunction<O> extends AbstractIndexBasedDistanceFunction<O,SharedNearestNeighborIndex.Factory<O>>
Modifier and Type | Class and Description |
---|---|
static class |
SharedNearestNeighborJaccardDistanceFunction.Instance<T>
Actual instance for a dataset.
|
static class |
SharedNearestNeighborJaccardDistanceFunction.Parameterizer<O>
Parameterization class.
|
indexFactory
INDEX_ID
Constructor and Description |
---|
SharedNearestNeighborJaccardDistanceFunction(SharedNearestNeighborIndex.Factory<O> indexFactory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
<T extends O> |
instantiate(Relation<T> database)
Instantiate with a database to get the actual distance query.
|
getInputTypeRestriction, isMetric, isSymmetric
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isSquared
public SharedNearestNeighborJaccardDistanceFunction(SharedNearestNeighborIndex.Factory<O> indexFactory)
indexFactory
- Index factory.public <T extends O> SharedNearestNeighborJaccardDistanceFunction.Instance<T> instantiate(Relation<T> database)
DistanceFunction
database
- The representation to useCopyright © 2019 ELKI Development Team. License information.