public abstract class MeanFunction extends Object implements Serializable
| Constructor and Description |
|---|
MeanFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
computeMean(double... values)
Computes the overall distance
|
double |
computeMean(Iterable<? extends Number> values)
Computes the overall distance
|
double |
computeMean(List<Double> values)
Computes the overall distance
|
public abstract double computeMean(double... values)
values - the distance values for the columnspublic double computeMean(List<Double> values)
values - the distance values for the columnsCopyright © 2007–2021. All rights reserved.