Example usage for Java weka.gui ViewerDialog fields, constructors, methods, implement or subclass
The text is from its open source code.
int | APPROVE_OPTION Signifies an OK property selection |
ViewerDialog(Frame parent) initializes the dialog with the given parent |
Instances | getInstances() returns the currently displayed instances |
int | showDialog(Instances inst) Pops up the modal dialog and waits for Cancel or OK. |