
V - vector typeI - index typepublic static interface PreferenceVectorIndex.Factory<V extends NumberVector<?>,I extends PreferenceVectorIndex<V>> extends IndexFactory<V,I>
| Modifier and Type | Method and Description |
|---|---|
I |
instantiate(Relation<V> relation)
Instantiate the index for a given database.
|
getInputTypeRestrictionI instantiate(Relation<V> relation)
instantiate in interface IndexFactory<V extends NumberVector<?>,I extends PreferenceVectorIndex<V>>relation - Relation to use