
public interface NeighborPredicate
| 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<?>[] | getOutputType()Output data type information. | 
| <T> NeighborPredicate.Instance<T> | instantiate(Database database,
           SimpleTypeInformation<?> type)Instantiate for a database. | 
<T> NeighborPredicate.Instance<T> instantiate(Database database, SimpleTypeInformation<?> type)
database - Database to instantiate forTypeInformation getInputTypeRestriction()
SimpleTypeInformation<?>[] getOutputType()