tsbbn
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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 lint lints the code
  • npm run compile compiles the code
  • npm run clean cleans the code
  • npm run test runs the tests
  • npm run coverage runs the code coverage analysis
  • npm run dist creates the distribution packages
  • npm run server runs a demo of the code

Run demo Typescript app

Install ts-node and typescript globally.

npm install -g ts-node typescript

Then run ts-node src/app.ts.

Dependencies (4)

Dev Dependencies (26)

Package Sidebar

Install

npm i tsbbn

Weekly Downloads

1

Version

0.0.3

License

Apache-2.0

Unpacked Size

2.04 MB

Total Files

34

Last publish

Collaborators

  • vangjee