Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 321 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 321 Bytes

DecisionTree

C++ Library for DecisionTree/RandomForrest-Classifiaction exported from Pythons sklearn

use exportTreeClassifier function in exportTreeClassifier.py to export the classifier-structure, scaler and test data use the classsifier as shown in tst_DecisionTree.cpp

exsample classifier and data-files are given