public abstract static class AbstractPreferenceVectorIndex.Factory<V extends NumberVector,I extends PreferenceVectorIndex<V>> extends Object implements PreferenceVectorIndex.Factory<V,I>
Constructor and Description |
---|
AbstractPreferenceVectorIndex.Factory() |
Modifier and Type | Method and Description |
---|---|
TypeInformation |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
abstract I |
instantiate(Relation<V> relation)
Instantiate the index for a given database.
|
public AbstractPreferenceVectorIndex.Factory()
public abstract I instantiate(Relation<V> relation)
PreferenceVectorIndex.Factory
instantiate
in interface IndexFactory<V extends NumberVector,I extends PreferenceVectorIndex<V>>
instantiate
in interface PreferenceVectorIndex.Factory<V extends NumberVector,I extends PreferenceVectorIndex<V>>
relation
- Relation to usepublic TypeInformation getInputTypeRestriction()
IndexFactory
getInputTypeRestriction
in interface IndexFactory<V extends NumberVector,I extends PreferenceVectorIndex<V>>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.