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