List of usage examples for weka.estimators KernelEstimator subclass-usage
From source file fynche.util.SampleableKernelEstimator.java
public class SampleableKernelEstimator extends KernelEstimator { private static final long serialVersionUID = 1L; public SampleableKernelEstimator(double precision) { super(precision); }