Class AttributeSummaryPanel.StatisticsTable

    • Constructor Detail

      • StatisticsTable

        public StatisticsTable()
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the table.
        Overrides:
        initGUI in class BaseTable
      • isCellEditable

        public boolean isCellEditable​(int row,
                                      int column)
        returns always false, since it's just information for the user
        Overrides:
        isCellEditable in class JTable
        Parameters:
        row - the row
        column - the column
        Returns:
        always false, i.e., the whole table is not editable
      • clear

        public void clear()
        Clears the table.
      • updateStatistics

        public void updateStatistics​(weka.core.AttributeStats as,
                                     weka.core.Attribute att,
                                     boolean allEqualWeights)
        Creates a tablemodel for the attribute being displayed
        Parameters:
        as - the attribute statistics
        att - the current attribute
        allEqualWeights - whether all instances have the same weight