Example usage for Java weka.experiment Stats fields, constructors, methods, implement or subclass
The text is from its open source code.
void | add(double value) Adds a value to the observed values It's equivalent to
|
void | calculateDerived() Tells the object to calculate any statistics that don't have their values automatically updated during add. |