Java weka.estimators KernelEstimator fields, constructors, methods, implement or subclass

Example usage for Java weka.estimators KernelEstimator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.estimators KernelEstimator.

The text is from its open source code.

Subclass

weka.estimators.KernelEstimator has subclasses.
Click this link to see all its subclasses.

Constructor

KernelEstimator(double precision)
Constructor that takes a precision argument.

Method

double[]getMeans()
Return the means of the kernels.
intgetNumKernels()
Return the number of kernels in this kernel estimator
doublegetPrecision()
Return the precision of this kernel estimator.
doublegetStdDev()
Return the standard deviation of this kernel estimator.
double[]getWeights()
Return the weights of the kernels.