T - Data type of neighborhoodspublic interface NeighborPredicate<T>
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
NeighborPredicate.Instance<T>
Instance for a particular data set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TypeInformation | 
getInputTypeRestriction()
Input data type restriction. 
 | 
SimpleTypeInformation<? extends T> | 
getOutputType()
Output data type information. 
 | 
NeighborPredicate.Instance<T> | 
instantiate(Database database)
Instantiate for a database. 
 | 
NeighborPredicate.Instance<T> instantiate(Database database)
database - Database to instantiate forTypeInformation getInputTypeRestriction()
SimpleTypeInformation<? extends T> getOutputType()
Copyright © 2019 ELKI Development Team. License information.