Operation |
Details |
public DecisionTree( Form parent): |
Sequential |
public SaveToXML( string filename):void |
Sequential Notes: | Saves a tree to XML filename. | |
public LoadFromXML( string filename):void |
Sequential Notes: | Loads a tree from XML filename. | |
public CopyToViewer( TreeControl control):void |
Sequential Notes: | Copies the tree into a tree viewer control. | |
private addLine( String s, String newS):void |
Sequential Notes: | Adds a new line to the old string. | |
private CopyToViewerRecursive( DecisionTreeNode node, NodeCl clnode):void |
Sequential Notes: | Copies the tree into a tree viewer control. Recursive kernel. | |