Sparsebn Versions Save

Software for learning sparse Bayesian networks

v0.0.5

6 years ago
  • Output now compatible and exportable to Cytoscape (see openCytoscape)
  • Full support for black and white lists to incorporate prior knowledge
  • New generics added for sparsebnPath, sparsebnFit, sparsebnData, and edgeList objects
  • Lots of bug fixes

v0.0.4

7 years ago

Minor release to update package metadata, no features added or code changes.

v0.0.3

7 years ago
  • Added new random.graph() method to generate random edgeLists
  • Conversion to and from sparse matrices using as.sparse() is now significantly faster and supports Matrix input
  • New generate_mvn_data() method to generate multivariate normal data from a DAG.
  • New generate_discrete_data() method to generate categorical data from a discrete multi-logit DAG.
  • Added data_gen() method to generate a list of coefficients. And calls generate_discrete_data() to generate a categorical data set from multi-logit model from a DAG.
  • Lots of bug fixes and documentation improvements

Still under active development!

v0.0.2

7 years ago

Minor release for compatibility with recent updates to ccdrAlgorithm, discretecdAlgorithm, and sparsebnUtils. Still under active development.

v0.0.1

7 years ago

First published version of sparsebn on CRAN. Still under active dev; adding new features and tests.