Java weka.estimators NormalEstimator fields, constructors, methods, implement or subclass

Example usage for Java weka.estimators NormalEstimator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.estimators NormalEstimator.

The text is from its open source code.

Constructor

NormalEstimator(double precision)
Constructor that takes a precision argument.

Method

doublegetMean()
Return the value of the mean of this normal estimator.
doublegetPrecision()
Return the value of the precision of this normal estimator.
doublegetStdDev()
Return the value of the standard deviation of this normal estimator.
doublegetSumOfWeights()
Return the sum of the weights for this normal estimator.