public interface AggregationFunctionEvaluator
AggregationFunctions.| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(double[] cluster,
double[] data)
Evaluates the
AggregationFunction of this AggregationFunctionEvaluator. |
double evaluate(double[] cluster,
double[] data)
AggregationFunction of this AggregationFunctionEvaluator.cluster - the cluster seeds vectordata - the data points vectorCopyright © 2016 Actian Corporation. All rights reserved.