mikesiers / wattle

A generic decision tree algorithm template. Extend it to implement algorithms such as C4.5, CART, or CSTree
0 stars 0 forks source link

Branch class implementation #3

Closed mikesiers closed 7 years ago

mikesiers commented 7 years ago

Prerequisite Issues

Overview of this Issue

The branch class was designed as part of Issue #1. It is included in the class diagrams that are on this repo.

Class Diagrams

Notes on the Attributes and Functions

Tasks to Close Issue

mikesiers commented 7 years ago

Unit Tests