test: Refactor tests to new version

This commit is contained in:
2022-12-21 16:42:37 +01:00
parent 036b41a0eb
commit 5925dbd666
8 changed files with 100 additions and 41 deletions

View File

@@ -1,4 +1,5 @@
# mdlp
Discretization algorithm based on the paper by Fayyad & Irani [Multi-Interval Discretization of Continuous-Valued Attributes for Classification Learning](https://www.ijcai.org/Proceedings/93-2/Papers/022.pdf)
The implementation tries to mitigate the problem of different label values with the same value of the variable:
@@ -19,4 +20,13 @@ cd build
cmake ..
make
./sample iris
```
```
## Test
To run the tests, execute the following commands:
```bash
cd tests
./test
```