Nothing
R binding for Blip (Bayesian network Learning Improved Project)
You can simply use:
''' devtools::install_github(“mauro-idsia/r.blip”) '''
Or you can download this git and then go with:
''' ./publish.sh '''
Minimal example: learns a BN from 'child-5000.dat' dataset:
''' library('foreign') library('bnlearn') library('r.blip') dat <- read.table('https://raw.githubusercontent.com/mauro-idsia/blip/master/data/child-5000.dat', sep = ' ') bn <- blip.learn(dat, time = 10) '''
The resulting Bayesian network is in bnlearn format.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.