public abstract class AbstractKernelEstimator extends Object implements KernelDensityEstimator, Serializable, weka.core.OptionHandler
| Constructor and Description |
|---|
AbstractKernelEstimator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(double data,
double weight) |
void |
addValues(double[] data,
double[] weight)
Adds a set ov values into the estimator
|
String |
bandwidthTipText() |
double |
getBandwidth() |
Kernel |
getKernel() |
String[] |
getOptions() |
String |
kernelTipText() |
Enumeration<weka.core.Option> |
listOptions() |
void |
setBandwidth(double bandwidth) |
void |
setKernel(Kernel kernel) |
void |
setOptions(String[] options) |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCDF, getPDF, getValues, getWeightspublic void addValues(double[] data,
double[] weight)
DensityEstimatoraddValues in interface DensityEstimatorpublic void addValue(double data,
double weight)
addValue in interface weka.estimators.IncrementalEstimatorpublic String kernelTipText()
public void setKernel(Kernel kernel)
setKernel in interface KernelDensityEstimatorpublic Kernel getKernel()
getKernel in interface KernelDensityEstimatorpublic String bandwidthTipText()
public void setBandwidth(double bandwidth)
setBandwidth in interface KernelDensityEstimatorpublic double getBandwidth()
getBandwidth in interface KernelDensityEstimatorpublic Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlerExceptionpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlerCopyright © 2020. All rights reserved.