Example usage for Java weka.estimators KernelEstimator fields, constructors, methods, implement or subclass
The text is from its open source code.
KernelEstimator(double precision) Constructor that takes a precision argument. |
double[] | getMeans() Return the means of the kernels. |
int | getNumKernels() Return the number of kernels in this kernel estimator |
double | getPrecision() Return the precision of this kernel estimator. |
double | getStdDev() Return the standard deviation of this kernel estimator. |
double[] | getWeights() Return the weights of the kernels. |