IvanGrigorov / Decision-Tree-ALg

Creating a decision tree platform for different types of data. No pruning is available yet.
6 stars 1 forks source link

Make memory management and optimization available #5

Closed IvanGrigorov closed 4 years ago

IvanGrigorov commented 7 years ago

With big data examples(collection) it is not useful sometimes to store used examples for every node. An option to clear the sets should be made.

IvanGrigorov commented 7 years ago

10