Module datarush.analytics
Interface AggregationFunctionEvaluator
public interface AggregationFunctionEvaluator
Interface for evaluators of
AggregationFunctions.-
Method Summary
Modifier and TypeMethodDescriptiondoubleevaluate(double[] cluster, double[] data) Evaluates theAggregationFunctionof thisAggregationFunctionEvaluator.
-
Method Details
-
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
-