Java weka.gui.arffviewer ArffSortedTableModel fields, constructors, methods, implement or subclass

Example usage for Java weka.gui.arffviewer ArffSortedTableModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.gui.arffviewer ArffSortedTableModel.

The text is from its open source code.

Constructor

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