Interface CorePredicate.Instance<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isCorePoint​(elki.database.ids.DBIDRef point, T neighbors)
      Decide whether the point is a core point, based on its neighborhood.
    • Method Detail

      • isCorePoint

        boolean isCorePoint​(elki.database.ids.DBIDRef point,
                            T neighbors)
        Decide whether the point is a core point, based on its neighborhood.
        Parameters:
        point - Query point
        neighbors - Neighbors
        Returns:
        core point property