From 3af0ee7c943b43fc12cca126c4cc03eef9f1191a Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 6 Jun 2025 13:45:41 +0200 Subject: add readmes for the tools and the classifier results --- classification/tools/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 classification/tools/README.md (limited to 'classification') 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 +``` +The *id* is a directory name in *results/classifier*. -- cgit 1.4.1