Skip navigation links
net.sf.tweety.machinelearning

Class GridSearchParameterLearner<S extends Observation,T extends Category>

    • Constructor Detail

      • GridSearchParameterLearner

        public GridSearchParameterLearner(Trainer<S,T> trainer,
                                          ClassificationTester<S,T> tester,
                                          int depth,
                                          int partitions)
        Creates a new grid-search parameter learner with the given arguments.
        Parameters:
        trainer - some trainer.
        tester - some classification tester for measuring performance.
        depth - the depth of the recursion.
        partitions - the number of partitions.

Copyright © 2018. All rights reserved.