mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 23:46:02 +00:00
15 lines
174 B
Markdown
15 lines
174 B
Markdown
# STree
|
|
Oblique Tree classifier based on SVM nodes
|
|
|
|
## Example
|
|
|
|
```python
|
|
python main.py
|
|
```
|
|
|
|
## Tests
|
|
|
|
```python
|
|
python -m unittest -v tests.Stree_test tests.Snode_test
|
|
```
|