Implement predict_proba with test.

Fix tree overload with dataset in nodes only needed in tests
This commit is contained in:
2020-05-14 18:42:17 +02:00
parent e3ae3a3a6c
commit e56b955b92
7 changed files with 154 additions and 281 deletions

View File

@@ -1,2 +1,14 @@
# STree
Oblique Tree classifier based on SVM nodes
## Example
```python
python main.py
```
## Tests
```python
python -m unittest tests.Stree_test tests.Snode_test
```