New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tsbbn

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsbbn

TypeScript Bayesian Belief Network using Probability Propagation in Tree Cluster (PPTC) for Exact Inference

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

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.

Keywords

bayesian

FAQs

Package last updated on 22 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts