Class VotedPairs

    • Constructor Detail

      • VotedPairs

        public VotedPairs()
    • Method Detail

      • setVotingType

        public void setVotingType​(VotedPairs.VotingType value)
        Sets the type of voting to use.
        Parameters:
        value - the type
      • getVotingType

        public VotedPairs.VotingType getVotingType()
        Returns the type of voting in use.
        Returns:
        the type
      • votingTypeTipText

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

        protected weka.classifiers.Classifier[] doProcess​(weka.classifiers.Classifier[] classifiers)
        Processes the classifier array.
        Specified by:
        doProcess in class AbstractClassifierSetupProcessor
        Parameters:
        classifiers - the classifiers to process
        Returns:
        the processed classifiers