mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 23:45:57 +00:00
test: ⚡ Refactor tests to new version
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user