pkgsrc-wip/R-bnlearn
Mike M. Volokhov fb436d48f9 Update bnlearn to version 3.4. Major changes:
* move the test counter into bnlearn's namespace.
  * include Tsamardinos' optimizations in mmpc(..., optimized = FALSE),
     but not backtracking, to make it comparable with other learning
     algorithms.
  * check whether the residuals and the fitted values are present before
     trying to plot a bn.fit{,.gnode} object.
  * fixed two integer overflows in factors' levels and degrees of freedom
     in large networks.
  * added {compelled,reversible}.arcs().
  * added the MSE and predictive correlation loss functions to bn.cv().
  * use the unbiased estimate of residual variance to compute the standard
     error in bn.fit(..., method = "mle") (thanks Jean-Baptiste Denis).
  * revised optimizations in constraint-based algorithms, removing most
     false positives by sacrificing speed.
  * fixed warning in cp{dist,query}().
  * added support for ordered factors.
  * implemented the Jonckheere-Terpstra test to support ordered factors
     in constraint-based structure learning.
  * added a plot() method for bn.strength objects containing bootstrapped
     confidence estimates; it prints their ECDF and the estimated
     significance threshold.
  * fixed dimension reduction in cpdist().
  * reimplemented Gaussian rbn() in C, it's now twice as fast.
  * improve precision and robustness of (partial) correlations.
  * remove the old network scripts for network that are now available from
     www.bnlearn.com/bnrepository.
  * implemented likelihood weighting in cp{dist,query}().
2013-10-09 14:20:21 +00:00
..
DESCR Update R-bnlearn to version 3.1. Major changes: 2012-11-16 01:05:41 +00:00
distinfo Update bnlearn to version 3.4. Major changes: 2013-10-09 14:20:21 +00:00
Makefile Update bnlearn to version 3.4. Major changes: 2013-10-09 14:20:21 +00:00