Rdocumentation
powered by
Learn R Programming
GeneralTree (version 0.0.1)
initialize: Initialize a General Tree object.
Description
Initialize a General Tree object.
Usage
initialize(self, private, id, data)
Arguments
self
the GeneralTree
private
the private members of the GeneralTree.
id
the id of the new node.
data
the data of the new node.