summary refs log tree commit diff stats
path: root/classification/tools/README.md
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-06 13:45:41 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-06 13:45:41 +0200
commit3af0ee7c943b43fc12cca126c4cc03eef9f1191a (patch)
tree1ccb4e2b132a79316fcf526382f117e495a0528e /classification/tools/README.md
parentc5efb9351dec621410cc11b35240a4ca5688d6b6 (diff)
downloadqemu-analysis-3af0ee7c943b43fc12cca126c4cc03eef9f1191a.tar.gz
qemu-analysis-3af0ee7c943b43fc12cca126c4cc03eef9f1191a.zip
add readmes for the tools and the classifier results
Diffstat (limited to 'classification/tools/README.md')
-rw-r--r--classification/tools/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/classification/tools/README.md b/classification/tools/README.md
new file mode 100644
index 000000000..4af47347e
--- /dev/null
+++ b/classification/tools/README.md
@@ -0,0 +1,18 @@
+## create_csv.py
+
+This script creates a csv for every iteration of the classifier (inside *results/classifier*). It represents the quantity of bugs in a category.
+
+Execute:
+```
+python create_csv.py
+```
+
+## create_diff.py
+
+This script creates a diff file, which represents the changes between to iterations.
+
+Execute:
+```
+python create_diff.py <id_old> <id_new>
+```
+The *id* is a directory name in *results/classifier*.