Algorithm module for train a new decision tree model
Algorithm
01 Syntax
Microsoft.VisualBasic.DataMining.DecisionTree.Algorithm
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Learn | 1 | Create tree of Tree.root |
| GetGainForAllAttributes | 1 | information Gain |
03 Members
Learn(DataTable,
String)Create tree of Tree.root
Parameters
| Name | Type | Description |
|---|---|---|
data | DataTable | - |
edgeName | String | - |
information Gain
Parameters
| Name | Type | Description |
|---|---|---|
data | DataTable | - |
colIndex | Int32 | - |
entropyOfDataset | Double | the total information entropy for entire dataset |