public static class BubbleVisualization.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected boolean |
fill
Fill parameter.
|
static OptionID |
FILL_ID
Flag for half-transparent filling of bubbles.
|
protected ScalingFunction |
scaling
Scaling function to use for Bubbles
|
static OptionID |
SCALING_ID
Parameter for scaling functions
Key:
-bubble.scaling
|
Constructor and Description |
---|
BubbleVisualization.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected BubbleVisualization |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID FILL_ID
Key: -bubble.fill
public static final OptionID SCALING_ID
Key: -bubble.scaling
protected boolean fill
protected ScalingFunction scaling
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected BubbleVisualization makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.