Package Exports
- tsbbn
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tsbbn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Intro
A TypeScript implementation of exact inference in Bayesian Belief Networks.
Building, Testing, Distribution
Here are some useful commands to build and test the code.
npm run lintlints the codenpm run compilecompiles the codenpm run cleancleans the codenpm run testruns the testsnpm run coverageruns the code coverage analysisnpm run distcreates the distribution packagesnpm run serverruns a demo of the code
Run demo Typescript app
Install ts-node and typescript globally.
npm install -g ts-node typescriptThen run ts-node src/app.ts.