Class AttributeSelection

    • Constructor Detail

      • AttributeSelection

        public AttributeSelection()
    • Method Detail

      • getDataDef

        public OptData getDataDef()
      • getWeights

        protected int[] getWeights​(OptData opd)
      • evaluate

        public double evaluate​(OptData opd)
        Description copied from interface: FitnessFunction
        Get fitness given vars. Higher the better.
        Parameters:
        opd - vars
        Returns:
        fitness
      • getRemoveAsString

        public String getRemoveAsString​(int[] m_weights)
        Generates a range string of attributes to keep (= one has to use the inverse matching sense with the Remove filter).
        Returns:
        the range of attributes to keep