Next: B.4.3 lr
Up: B.4 Learners
Previous: B.4.1 bc
Contents
B.4.2 dtree
This is an implementation of a Decision Tree Classifier with
binary-valued inputs attributes (all input values must be zero or one).
| Keyword |
Arg Type |
Arg Vals |
Default |
| Common |
| chi_threshold |
float |
[0, ) |
0.05 |
|
|
|
|
Common keywords and arguments:
- chi_threshold float:
-threshold,
written as a decimal (not a percentage).
Next: B.4.3 lr
Up: B.4 Learners
Previous: B.4.1 bc
Contents
Copyright 2004 Paul Komarek, komarek@cmu.edu