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