Class ModelSelection

    • Constructor Detail

      • ModelSelection

        public ModelSelection()
    • Method Detail

      • selectModel

        public abstract ClassifierSplitModel selectModel​(Instances data)
                                                  throws java.lang.Exception
        Selects a model for the given dataset.
        Throws:
        java.lang.Exception - if model can't be selected
      • selectModel

        public ClassifierSplitModel selectModel​(Instances train,
                                                Instances test)
                                         throws java.lang.Exception
        Selects a model for the given train data using the given test data
        Throws:
        java.lang.Exception - if model can't be selected