Example usage for weka.estimators KernelEstimator subclass-usage

List of usage examples for weka.estimators KernelEstimator subclass-usage

Introduction

In this page you can find the example usage for weka.estimators KernelEstimator subclass-usage.

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);
    }