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