Files
- file mainpage.dox
- file DataFrame.cpp This file implements the functions of DataFrame.h.
- file DataFrame.h
- file DecisionNode.cpp Implementation of DecisionNode.h.
- file DecisionNode.h DataFrame is a data class containing a vector of observations (one per row) and their characteristics (in each column). The DataFrame also contains an additional vector for the names of each characteristic/column.
- file DecisionTreeBase.cpp
- file DecisionTreeBase.h This file implements the functions of DecisionTreeBase.h.
- file DecisionTreeClassifier.cpp
- file DecisionTreeClassifier.h
- file GenericTypeWrapper.cpp Implementation of GenericTypeWrapper.h.
- file GenericTypeWrapper.h Wrapper classes for type string and the following primitives: double, integer, bool.
- file testMain.cpp