public abstract static class AbstractPreferenceVectorIndex.Factory<V extends NumberVector> extends java.lang.Object implements PreferenceVectorIndex.Factory<V>
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
TypeInformation |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
abstract PreferenceVectorIndex<V> |
instantiate(Relation<V> relation)
Instantiate the index for a given database.
|
public abstract PreferenceVectorIndex<V> instantiate(Relation<V> relation)
PreferenceVectorIndex.Factory
instantiate
in interface IndexFactory<V extends NumberVector>
instantiate
in interface PreferenceVectorIndex.Factory<V extends NumberVector>
relation
- Relation to usepublic TypeInformation getInputTypeRestriction()
IndexFactory
getInputTypeRestriction
in interface IndexFactory<V extends NumberVector>
Copyright © 2019 ELKI Development Team. License information.