Remove binary decision tree
Compare changes
Files
9- Adam Wieckowski authored
removed binary decision tree (seems to be a bit of an overkill at this stage of the project) as a preparation for the integration of M0421
As discussed with Karsten, this removal/refactoring as a preparation for the merge of M0421 is done in a separate merge request.
It seems the binary decision tree is not really needed any more, as the syntax becomes more steady.
When the macro is removed, the BinaryDecisionTree.h/cpp files should also be removed.
removed binary decision tree (seems to be a bit of an overkill at this stage of the project) as a preparation for the integration of M0421