Package weka.estimators
Interface IncrementalEstimator
-
- All Known Implementing Classes:
DiscreteEstimator,KernelEstimator,MahalanobisEstimator,NormalEstimator,PoissonEstimator
public interface IncrementalEstimatorInterface for an incremental probability estimators.- Version:
- $Revision: 1.2 $
- Author:
- Gabi Schmidberger (gabi@cs.waikato.ac.nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddValue(double data, double weight)Add one value to the current estimator.
-