|
Class Summary |
| GeneticSearch |
GeneticSearch is a crude implementation of genetic search for learning
Bayesian network structures. |
| GlobalScoreSearchAlgorithm |
The CVSearchAlgorithm class supports Bayes net structure search algorithms
that are based on cross validation (as opposed to for example
score based of conditional independence based search algorithms). |
| HillClimber |
HillClimber implements hill climbing using local search
for learning Bayesian network. |
| K2 |
Class for a Bayes Network classifier based on K2 for learning structure. |
| RepeatedHillClimber |
RepeatedHillClimber searches for Bayesian network structures by
repeatedly generating a random network and apply hillclimber on it. |
| SimulatedAnnealing |
SimulatedAnnealing uses simulated annealing for learning Bayesian network
structures. |
| TabuSearch |
TabuSearch implements tabu search for learning Bayesian network
structures. |
| TAN |
Search for TAN = Tree Augmented Naive Bayes network structure
using cross validation as scoring criterium. |