Example usage for Java weka.estimators DiscreteEstimator fields, constructors, methods, implement or subclass
The text is from its open source code.
DiscreteEstimator(int numSymbols, boolean laplace) Constructor | |
DiscreteEstimator(int nSymbols, double fPrior) Constructor |
double | getCount(double data) Get the count for a value |
int | getNumSymbols() Gets the number of symbols this estimator operates with |
double | getSumOfCounts() Get the sum of all the counts |