Interface NeighborEvaluator

    • Method Detail

      • evaluate

        double evaluate​(Neighbor neighbor)
        Parameters:
        neighbor -
        Returns:
        A higher score indicates that the modified Clustering is preferred.
      • evaluate

        double[] evaluate​(Neighbor[] neighbors)
        Parameters:
        neighbors -
        Returns:
        One score per neighbor. A higher score indicates that the modified Clustering is preferred.
      • reset

        void reset()
        Reset the state of the evaluator.