Alex Cunningham
|
e8979dafad
|
Renabled BLAS using ATLAS for Linux, fixed a variety of annoying warnings
|
2010-05-21 17:59:26 +00:00 |
Richard Roberts
|
5367e5a157
|
All std::map<Symbol,T> are now SymbolMap<T>, which is just a thin wrapper around std::map. at(Key) is used instead of first checking with find when an exception should be thrown for non-existent keys. This does not change any behavior or timing currently. This check-in also includes some functions in BayesTree for gathering clique statistics.
|
2010-01-22 04:41:40 +00:00 |
Richard Roberts
|
aef0b42562
|
Refactoring to use a new Symbol key instead of strings in Bayes*, Gaussian*, Ordering, Symbolic*, VectorConfig. Renamed existing type-checking key Symbol<C,T> to TypedSymbol<C,T>
|
2010-01-17 19:34:57 +00:00 |
Manohar Paluri
|
115d9a8adf
|
replaced pow with bit shift operator, changed constructor to take p(x|parents) and created cpt inside the constructor.
|
2009-12-07 03:25:25 +00:00 |
Manohar Paluri
|
28eb550781
|
Used a map for config
|
2009-12-07 00:49:13 +00:00 |
Manohar Paluri
|
b9e15ee789
|
Added cpt to BinaryConditional
|
2009-12-06 23:28:46 +00:00 |
Manohar Paluri
|
60a3a21d5a
|
Binary Bayes Net, incomplete
|
2009-12-06 21:46:46 +00:00 |