类 TreeDisplayEvent
java.lang.Object
weka.gui.treevisualizer.TreeDisplayEvent
An event containing the user selection from the tree display
- 版本:
- $Revision: 7059 $
- 作者:
- Malcolm Ware (mfw4@cs.waikato.ac.nz)
-
字段概要
字段修饰符和类型字段说明static final int
States that the user has accepted the tree.static final int
static final int
Asks for another learning scheme to classify this node.static final int
static final int
static final int
Command to remove instances from this node and send them to the VisualizePanel. -
构造器概要
构造器构造器说明TreeDisplayEvent
(int ar, String id) Constructs an event with the specified command and what the command is applied to. -
方法概要
-
字段详细资料
-
NO_COMMAND
public static final int NO_COMMAND- 另请参阅:
-
ADD_CHILDREN
public static final int ADD_CHILDREN- 另请参阅:
-
REMOVE_CHILDREN
public static final int REMOVE_CHILDREN- 另请参阅:
-
ACCEPT
public static final int ACCEPTStates that the user has accepted the tree.- 另请参阅:
-
CLASSIFY_CHILD
public static final int CLASSIFY_CHILDAsks for another learning scheme to classify this node.- 另请参阅:
-
SEND_INSTANCES
public static final int SEND_INSTANCESCommand to remove instances from this node and send them to the VisualizePanel.- 另请参阅:
-
-
构造器详细资料
-
TreeDisplayEvent
Constructs an event with the specified command and what the command is applied to.- 参数:
ar
- The event type.id
- The id string for the node to perform the action on.
-
-
方法详细资料
-
getCommand
public int getCommand()- 返回:
- The command.
-
getID
- 返回:
- The id of the node.
-