public abstract class SimpleBandwidthFinder extends BandwidthSelectionKernelEstimator
| Constructor and Description |
|---|
SimpleBandwidthFinder() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMinH()
Returns min allowed bandwidth
|
String[] |
getOptions() |
double |
getScaleFactor()
Gets the scale factor used to sale the bandwidth found
|
Enumeration<weka.core.Option> |
listOptions() |
String |
minHTipText() |
String |
scaleFactorTipText() |
void |
setMinH(double minH)
Sets min allowed bandwidth
|
void |
setOptions(String[] options) |
void |
setScaleFactor(double scaleFactor)
Sets the scale factor used to sale the bandwidth found
|
addValue, addValues, getCDF, getKernEstim, getPDF, getValues, getWeights, kernEstimTipText, setKernEstim, toStringpublic double getMinH()
public void setMinH(double minH)
minH - the minH to setpublic String minHTipText()
public double getScaleFactor()
public void setScaleFactor(double scaleFactor)
scaleFactor - the scaleFactor to setpublic String scaleFactorTipText()
public Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class BandwidthSelectionKernelEstimatorpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class BandwidthSelectionKernelEstimatorExceptionpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class BandwidthSelectionKernelEstimatorCopyright © 2020. All rights reserved.