Example usage for Java weka.gui.arffviewer ArffSortedTableModel fields, constructors, methods, implement or subclass
The text is from its open source code.
ArffSortedTableModel(Instances data) initializes the sorter w/o a model, but uses the given data to create a model from that | |
ArffSortedTableModel(TableModel model) initializes the sorter with the given model |