Class VotedModels

    • Field Detail

      • m_Template

        protected weka.classifiers.meta.Vote m_Template
        the vote template.
    • Constructor Detail

      • VotedModels

        public VotedModels()
    • Method Detail

      • setTemplate

        public void setTemplate​(weka.classifiers.meta.Vote value)
        Sets the Vote template to use.
        Parameters:
        value - the template
      • getTemplate

        public weka.classifiers.meta.Vote getTemplate()
        Returns the Vote template to use.
        Returns:
        the template
      • voteTipText

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

        protected String check​(Object input)
        Check method before generating the ensemble.
        Overrides:
        check in class AbstractWekaEnsembleGenerator
        Parameters:
        input - the input to use
        Returns:
        null if checks passed, otherwise error message