Java weka.experiment Stats fields, constructors, methods, implement or subclass

Example usage for Java weka.experiment Stats fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.experiment Stats.

The text is from its open source code.

Constructor

Method

voidadd(double value)
Adds a value to the observed values

It's equivalent to add(value, 1)

voidcalculateDerived()
Tells the object to calculate any statistics that don't have their values automatically updated during add.