Class ArrayStatistic

    • Constructor Detail

      • ArrayStatistic

        public ArrayStatistic()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • minNumRows

        public int minNumRows()
        Returns the minimum number of rows that the plugin requires.
        Specified by:
        minNumRows in interface ProcessSelectedRows
        Returns:
        the minimum
      • maxNumRows

        public int maxNumRows()
        Returns the maximum number of rows that the plugin requires.
        Specified by:
        maxNumRows in interface ProcessSelectedRows
        Returns:
        the maximum, -1 for none
      • subset

        protected double[] subset​(double[] values,
                                  int[] atts)
        Returns the subset of the values.
        Parameters:
        values - all values
        atts - the attributes to retain
        Returns:
        the subset
      • promptParameters

        protected adams.core.Properties promptParameters​(InstancesTable table)
        Prompts the user for parameters.
        Parameters:
        table - the table this is for
        Returns:
        the parameters, null if cancelled dialog