Package | Description |
---|---|
de.lmu.ifi.dbs.elki.distance.distancefunction |
Distance functions for use within ELKI.
|
de.lmu.ifi.dbs.elki.distance.similarityfunction |
Similarity functions
|
de.lmu.ifi.dbs.elki.index.preprocessed.snn |
Indexes providing nearest neighbor sets
|
Constructor and Description |
---|
Instance(Relation<T> database,
SharedNearestNeighborIndex<T> preprocessor,
SharedNearestNeighborJaccardDistanceFunction<T> parent)
Constructor.
|
Constructor and Description |
---|
Instance(Relation<O> database,
SharedNearestNeighborIndex<O> preprocessor,
SharedNearestNeighborSimilarityFunction<? super O> similarityFunction)
Constructor.
|
Instance(Relation<T> database,
SharedNearestNeighborIndex<T> preprocessor,
FractionalSharedNearestNeighborSimilarityFunction<? super T> similarityFunction)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedNearestNeighborPreprocessor<O>
A preprocessor for annotation of the ids of nearest neighbors to each
database object.
|
Modifier and Type | Method and Description |
---|---|
SharedNearestNeighborIndex<O> |
SharedNearestNeighborIndex.Factory.instantiate(Relation<O> database)
Instantiate the index for a given database.
|
Copyright © 2019 ELKI Development Team. License information.