PkTree
01 Syntax
Microsoft.VisualBasic.Math.Statistics.ShapleyValue.TreeShape.PkTree
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| printTree | 1 | Prints the decision tree using java "if" tree as its notation, for convenient reading |
| printTreeConstructor | 1 | Prints the tree in form of java builder - useful for importing more test trees from other formats |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| root | 1 |
04 Members
printTree(
TextWriter)Prints the decision tree using java "if" tree as its notation, for convenient reading
printTreeConstructor(
TextWriter)Prints the tree in form of java builder - useful for importing more test trees from other formats
root