Criterion.h (126B)
1 2 class Criterion{ 3 public: 4 float giniImpurity(float* X, int* y, int samples, int features, int index, float splitValue); 5 };
decision-tree-classifierDecision tree classifier implementation in C++ | |
| git clone git://git.laack.co/decision-tree-classifier.git | |
| Log | Files | Refs | README | LICENSE |