public class ArithmeticMean extends MeanFunction
Constructor and Description |
---|
ArithmeticMean() |
Modifier and Type | Method and Description |
---|---|
double |
computeMean(double... distances)
Computes the overall distance
|
computeMean, computeMean
public double computeMean(double... distances)
computeMean
in class MeanFunction
distances
- the distance values for the columnsCopyright © 2007–2021. All rights reserved.