Méthode | Description | |
---|---|---|
DecisionTreeGenerator ( Descriptor descriptor ) : System |
Constructor.
|
|
DecisionTreeGenerator ( int depth = 5, int width = 2, Descriptor descriptor = null, |
Constructor.
|
|
Generate ( Matrix X, |
Generates.
|
|
SetHint ( object o ) : void |
Sets a hint.
|
Méthode | Description | |
---|---|---|
BuildLeafNode ( double val ) : |
||
BuildTree ( Matrix x, |
Builds a tree.
|
|
GetBestSplit ( Matrix x, |
Gets best split.
|
public DecisionTreeGenerator ( Descriptor descriptor ) : System | ||
descriptor | Descriptor | the descriptor. |
Résultat | System |
public DecisionTreeGenerator ( int depth = 5, int width = 2, Descriptor descriptor = null, |
||
depth | int | (Optional) The depth. |
width | int | (Optional) the width. |
descriptor | Descriptor | (Optional) the descriptor. |
impurityType | (Optional) type of the impurity. | |
hint | double | (Optional) the hint. |
Résultat | System |
public Generate ( Matrix X, |
||
X | Matrix | The Matrix to process. |
y | The Vector to process. | |
Résultat | IModel |
public SetHint ( object o ) : void | ||
o | object | The object to process. |
Résultat | void |