This project provides an way to visualize easily the results of the ID3 Decision Tree algorithm. The data is based on the example showed in the Tom Mitchell's Machine Learning book.
First, install the dependencies:
npm install
After, run webpack to proccess the .ts files:
webpack
Now you can open the index.html file.
Run the tests using npm:
npm test