Public Member Functions | |
| def | __init__ |
| def | make_leaf |
| def | predict |
| def | train |
Public Attributes | |
| children | |
| prediction | |
| split_point | |
Definition at line 224 of file random_forest.py.
| def laser_interface.random_forest.DecisionTree.__init__ | ( | self, | |
dataset = None, |
|||
splitting_func = min_entropy_split |
|||
| ) |
Definition at line 225 of file random_forest.py.
| def laser_interface.random_forest.DecisionTree.make_leaf | ( | self, | |
| dataset | |||
| ) |
Definition at line 248 of file random_forest.py.
| def laser_interface.random_forest.DecisionTree.predict | ( | self, | |
| input | |||
| ) |
Definition at line 260 of file random_forest.py.
| def laser_interface.random_forest.DecisionTree.train | ( | self, | |
| dataset, | |||
splitting_func = min_entropy_split |
|||
| ) |
Definition at line 231 of file random_forest.py.
Definition at line 225 of file random_forest.py.
Definition at line 225 of file random_forest.py.
Definition at line 231 of file random_forest.py.