aGrUM  0.14.2
scoringCache.h File Reference

a cache for caching scores and independence tests results More...

+ Include dependency graph for scoringCache.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::learning::ScoringCache< ALLOC >
 a cache for caching scores and independence tests resultsCaching previously computed scores or the results of conditional independence tests is very important for learning algorithms because computing a score or an independence test requires parsing the database and this is the most time consuming operation in learning. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 
 gum::learning
 

Detailed Description

a cache for caching scores and independence tests results

Caching previously computed scores or the results of conditional independence tests is very important for learning algorithms because computing a score or an independence test requires parsing the database and this is the most time consuming operation in learning. This class provides an efficient cache that can significantly alleviate the learning computational burden.

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file scoringCache.h.