
public static class CASH.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
adjust |
protected double |
jitter |
protected int |
maxlevel |
protected int |
mindim |
protected int |
minpts |
| Constructor and Description |
|---|
CASH.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected CASH<NumberVector<?>> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprotected int minpts
protected int maxlevel
protected int mindim
protected double jitter
protected boolean adjust
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected CASH<NumberVector<?>> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer