Class InstanceTable

    • Constructor Detail

      • InstanceTable

        public InstanceTable​(weka.core.Instances data)
        Initializes the table.
        Parameters:
        data - the underlying data
    • Method Detail

      • getTableModelClass

        protected Class getTableModelClass()
        Returns the class of the table model that the models need to be derived from. The default implementation just returns TableModel.class
        Overrides:
        getTableModelClass in class SortableAndSearchableTable
        Returns:
        the class the models must be derived from
      • setData

        public void setData​(weka.core.Instances data)
        Sets the Instances object to display.
        Parameters:
        data - the Instances object
      • getData

        public weka.core.Instances getData()
        Returns the underlying Instances object.
        Returns:
        the Instances object