Module datarush.analytics
Interface AggregationFunctionEvaluator
-
public interface AggregationFunctionEvaluatorInterface for evaluators ofAggregationFunctions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleevaluate(double[] cluster, double[] data)Evaluates theAggregationFunctionof thisAggregationFunctionEvaluator.
-
-
-
Method Detail
-
evaluate
double evaluate(double[] cluster, double[] data)Evaluates theAggregationFunctionof thisAggregationFunctionEvaluator.- Parameters:
cluster- the cluster seeds vectordata- the data points vector- Returns:
- the distance/similarity of the two vectors as defined by the function this instance evaluates
-
-