Generative Bayesian Network Docs
I'm looking at the generative-bayesian-network package part of the fingerprint suite. https://www.npmjs.com/package/generative-bayesian-network
However, I cant find any kind of documentation whatsoever on this package. It looks interesting and I want to figure out how to use it. Are there docs anywhere for this?
npm
generative-bayesian-network
An fast implementation of a generative bayesian network.. Latest version: 2.1.57, last published: 12 days ago. Start using generative-bayesian-network in your project by running
npm i generative-bayesian-network
. There are 2 other projects in the npm registry using generative-bayesian-network.2 Replies
Someone will reply to you shortly. In the meantime, this might help:
fair-rose•6mo ago
The only source of information I’m aware of is the GitHub repository:
github.com/apify/fingerprint-suite/tree/master/packages/generative-bayesian-network
You can check Readme + find all methods directly in the code.