Interface CorePredicate.Instance<T>
-
- Type Parameters:
T
- actual type
- All Known Implementing Classes:
FourCCorePredicate.Instance
,MinPtsCorePredicate.Instance
,PreDeConCorePredicate.Instance
- Enclosing interface:
- CorePredicate<T>
public static interface CorePredicate.Instance<T>
Instance for a particular data set.- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCorePoint(DBIDRef point, T neighbors)
Decide whether the point is a core point, based on its neighborhood.
-