Uses of Class
weka.classifiers.bayes.net.search.local.HillClimber
Packages that use HillClimber
-
Uses of HillClimber in weka.classifiers.bayes.net.search.local
Subclasses of HillClimber in weka.classifiers.bayes.net.search.localModifier and TypeClassDescriptionclass
This Bayes Network learning algorithm uses a Look Ahead Hill Climbing algorithm called LAGD Hill Climbing.class
This Bayes Network learning algorithm repeatedly uses hill climbing starting with a randomly generated network structure and return the best structure of the various runs.class
This Bayes Network learning algorithm uses tabu search for finding a well scoring Bayes network structure.