Closed mikesiers closed 7 years ago
Components
Initially, I thought that it would be helpful to think of the required components in two different categories. Data structure components and algorithm components. However, after determining the structure of these components, I'm convinced that this separation of implementation is not useful. Therefore, I have written the components as follows:
The work in commit 59a4812 was enough to close this issue. It should have been closed via the commit message.
Issue Overview
Decision tree algorithms are comprised of several independent components such as pruning and splitting criteria. Additionally, the same is true for decision tree data structures. For example, splitting a parent into children and specifying leaf nodes.
This is the first work that will be done on wattle. Therefore, it is important to clearly define what all of these components are now. After these have been identified, they should also be represented visually in some sort of illustration.
Tasks to Close Issue