From 1136bd93ea6818abadd148ec592230ce45babea2 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sat, 14 Jun 2025 03:10:48 +0000 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82643fb..23073b1 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,12 @@ Run `extract_all_datasets.py` which will extract the data from each file in `dat ## Training -Run `DecisionTree.ipynb`, the tree should be output in `tree` \ No newline at end of file +Run `DecisionTree.ipynb`, the tree should be output in `tree.json` + +## Compression + +Run `TreeCompress.ipynb`, the tree should be output in `compressed_tree.json` + +## RMT + +Run `TreeToRMT.ipynb`, it will report the TCAM and SRAM usage of the compressed tree \ No newline at end of file