Class Selected

    • Field Detail

      • m_Train

        protected Index m_Train
        the index for the training set.
      • m_Test

        protected Index m_Test
        the index for the test set.
      • m_Validation

        protected Index m_Validation
        the index for the validation set.
      • m_Negative

        protected Index m_Negative
        the index for the negative set.
    • Constructor Detail

      • Selected

        public Selected()
    • Method Detail

      • setTrain

        public void setTrain​(Index value)
        Sets the index for the training set.
        Parameters:
        value - the index
      • getTrain

        public Index getTrain()
        Returns the index for the training set.
        Returns:
        the index
      • trainTipText

        public String trainTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setTest

        public void setTest​(Index value)
        Sets the index for the test set.
        Parameters:
        value - the index
      • getTest

        public Index getTest()
        Returns the index for the test set.
        Returns:
        the index
      • testTipText

        public String testTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setValidation

        public void setValidation​(Index value)
        Sets the index for the validation set.
        Parameters:
        value - the index
      • getValidation

        public Index getValidation()
        Returns the index for the validation set.
        Returns:
        the index
      • validationTipText

        public String validationTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setNegative

        public void setNegative​(Index value)
        Sets the index for the negative set.
        Parameters:
        value - the index
      • getNegative

        public Index getNegative()
        Returns the index for the negative set.
        Returns:
        the index
      • negativeTipText

        public String negativeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.