Interface AggregationFunctionEvaluator


  • public interface AggregationFunctionEvaluator
    Interface for evaluators of AggregationFunctions.
    • Method Detail

      • evaluate

        double evaluate​(double[] cluster,
                        double[] data)
        Parameters:
        cluster - the cluster seeds vector
        data - the data points vector
        Returns:
        the distance/similarity of the two vectors as defined by the function this instance evaluates