Example usage for Java weka.estimators NormalEstimator fields, constructors, methods, implement or subclass
The text is from its open source code.
NormalEstimator(double precision) Constructor that takes a precision argument. |
double | getMean() Return the value of the mean of this normal estimator. |
double | getPrecision() Return the value of the precision of this normal estimator. |
double | getStdDev() Return the value of the standard deviation of this normal estimator. |
double | getSumOfWeights() Return the sum of the weights for this normal estimator. |