README
To build: node-gyp rebuild To test: node test.js If you're not on the Hangtime dev box, you'll have to change the require paths at the top of test.js.
A C++ implementation of generic exact Bayesian clustering. Uses O(2^n) memory and O(3^n) time.
<script type="module">
import exactCluster from 'https://cdn.skypack.dev/exact-cluster';
</script>
To build: node-gyp rebuild To test: node test.js If you're not on the Hangtime dev box, you'll have to change the require paths at the top of test.js.