程序包 weka.estimators
接口 IncrementalEstimator
- 所有已知实现类:
DiscreteEstimator
,KernelEstimator
,MahalanobisEstimator
,NormalEstimator
,PoissonEstimator
public interface IncrementalEstimator
Interface for an incremental probability estimators.
- 版本:
- $Revision: 1.2 $
- 作者:
- Gabi Schmidberger (gabi@cs.waikato.ac.nz)
-
方法概要
-
方法详细资料
-
addValue
void addValue(double data, double weight) Add one value to the current estimator.- 参数:
data
- the new data valueweight
- the weight assigned to the data value
-