Uses of Class
weka.classifiers.bayes.net.search.global.HillClimber
Packages that use HillClimber
-
Uses of HillClimber in weka.classifiers.bayes.net.search.global
Subclasses of HillClimber in weka.classifiers.bayes.net.search.globalModifier and TypeClassDescriptionclassThis Bayes Network learning algorithm repeatedly uses hill climbing starting with a randomly generated network structure and return the best structure of the various runs.classThis Bayes Network learning algorithm uses tabu search for finding a well scoring Bayes network structure.