Package | Description |
---|---|
weka.classifiers.bayes.net.search.local |
Modifier and Type | Class and Description |
---|---|
class |
LAGDHillClimber
This Bayes Network learning algorithm uses a Look Ahead Hill Climbing algorithm called LAGD Hill Climbing.
|
class |
RepeatedHillClimber
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 |
TabuSearch
This Bayes Network learning algorithm uses tabu search for finding a well scoring Bayes network structure.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.