Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
DTrees::Node Class Reference
The class represents a decision tree node. More...
#include <ml.hpp>
Data Fields | |
double | value |
Value at the node: a class label in case of classification or estimated function value in case of regression. | |
int | classIdx |
Class index normalized to 0..class_count-1 range and assigned to the node. | |
int | parent |
Index of the parent node. | |
int | left |
Index of the left child node. | |
int | right |
Index of right child node. | |
int | defaultDir |
Default direction where to go (-1: left or +1: right). | |
int | split |
Index of the first split. |
Detailed Description
The class represents a decision tree node.
Definition at line 1049 of file ml.hpp.
Field Documentation
int classIdx |
int defaultDir |
Generated on Tue Jul 12 2022 18:20:24 by
