org.encog.mathutil
public class NumericRange extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FIVE
Display to five decimal places.
|
Constructor and Description |
---|
NumericRange(List<Double> values)
Create a numeric range from a list of values.
|
Modifier and Type | Method and Description |
---|---|
double |
getHigh() |
double |
getLow() |
double |
getMean() |
double |
getRms() |
int |
getSamples() |
double |
getStandardDeviation() |
String |
toString() |
public static final int FIVE
public final double getHigh()
public final double getLow()
public final double getMean()
public final double getRms()
public final int getSamples()
public final double getStandardDeviation()
Copyright © 2014. All Rights Reserved.