|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simulator.math.MeanFunction
public abstract class MeanFunction
In this class functions for the computation of an overall distance based on the distance values determined for each column of a table are defined.
| Constructor Summary | |
|---|---|
MeanFunction()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MeanFunction()
| Method Detail |
|---|
public abstract double computeMean(double... values)
values - the distance values for the columns
public double computeMean(List<Double> values)
values - the distance values for the columns
public double computeMean(Iterable<? extends Number> values)
values - the distance values for the columns
|
Generated December 13 2012 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||