|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.UnitAveragingMode<java.lang.Double>
net.sf.myra.datamining.UnitAveragingMode.DoubleUnitAveragingMode
public static class UnitAveragingMode.DoubleUnitAveragingMode
Default averaging mode for Double
values.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.myra.datamining.UnitAveragingMode |
---|
UnitAveragingMode.DoubleUnitAveragingMode |
Constructor Summary | |
---|---|
UnitAveragingMode.DoubleUnitAveragingMode()
|
Method Summary | |
---|---|
java.lang.String |
getAverage(Unit<java.lang.Double>[] values)
Returns a String which corresponds to the average values
of the specified units. |
Methods inherited from class net.sf.myra.datamining.UnitAveragingMode |
---|
average, compare, compareTo, get, register, stdev, stdev |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnitAveragingMode.DoubleUnitAveragingMode()
Method Detail |
---|
public java.lang.String getAverage(Unit<java.lang.Double>[] values)
UnitAveragingMode
String
which corresponds to the average values
of the specified units.
getAverage
in class UnitAveragingMode<java.lang.Double>
values
- the array of unit values.
String
which corresponds to the average values
of the specified units.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |