Package weka.gui.explorer
Class VisualizePanel.ScatterDefaults
- java.lang.Object
-
- weka.core.Defaults
-
- weka.gui.explorer.VisualizePanel.ScatterDefaults
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- VisualizePanel
public static class VisualizePanel.ScatterDefaults extends Defaults
Default settings specific to theMatrixPanelthat provides the scatter plot matrix- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIDstatic intPLOT_SIZEstatic Settings.SettingKeyPLOT_SIZE_KEYstatic intPOINT_SIZEstatic Settings.SettingKeyPOINT_SIZE_KEYstatic longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ScatterDefaults()
-
Method Summary
-
Methods inherited from class weka.core.Defaults
add, getDefaults, getID, setID
-
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
-
POINT_SIZE_KEY
public static final Settings.SettingKey POINT_SIZE_KEY
-
POINT_SIZE
public static final int POINT_SIZE
- See Also:
- Constant Field Values
-
PLOT_SIZE_KEY
public static final Settings.SettingKey PLOT_SIZE_KEY
-
PLOT_SIZE
public static final int PLOT_SIZE
- See Also:
- Constant Field Values
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-