aGrUM  0.14.2
learning Directory Reference
+ Directory dependency graph for learning:

Directories

directory  aprioris
 
directory  BNLearnUtils
 
directory  constraints
 
directory  database
 
directory  paramUtils
 
directory  scores_and_tests
 
directory  structureUtils
 

Files

file  BNLearner.cpp [code]
 
file  BNLearner.h [code]
 A basic pack of learning algorithms that can easily be used.
 
file  BNLearner_tpl.h [code]
 A pack of learning algorithms that can easily be used.
 
file  greedyHillClimbing.cpp [code]
 The greedy hill learning algorithm (for directed graphs)
 
file  greedyHillClimbing.h [code]
 The greedy hill learning algorithm (for directed graphs)
 
file  greedyHillClimbing_tpl.h [code]
 The greedy hill learning algorithm (for directed graphs)
 
file  K2.cpp [code]
 The K2 algorithm.
 
file  K2.h [code]
 The K2 algorithm.
 
file  K2_inl.h [code]
 The K2 algorithm.
 
file  K2_tpl.h [code]
 The K2 algorithm.
 
file  localSearchWithTabuList.cpp [code]
 The local search learning algorithm (for directed graphs)
 
file  localSearchWithTabuList.h [code]
 The local search learning with tabu list algorithm (for directed graphs)
 
file  localSearchWithTabuList_inl.h [code]
 The local search learning algorithm (for directed graphs)
 
file  localSearchWithTabuList_tpl.h [code]
 The local search with tabu list learning algorithm (for directed graphs)
 
file  Miic.cpp [code]
 Implementation of gum::learning::ThreeOffTwo.
 
file  Miic.h [code]
 The 3off2 algorithm.