
public abstract static class AbstractPreferenceVectorIndex.Factory<V extends NumberVector<?>,I extends PreferenceVectorIndex<V>> extends Object implements PreferenceVectorIndex.Factory<V,I>, Parameterizable
| 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.Factoryinstantiate 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()
IndexFactorygetInputTypeRestriction in interface IndexFactory<V extends NumberVector<?>,I extends PreferenceVectorIndex<V>>