Description Usage Arguments Value
Generates a data frame containing a row for each function node required. The number of rows is equal to the product of the nrows and ncols parameters. Each row is given a unique ID (chromoID) which is unique within the entire chromosome. The value field of each row is set as NA initially. The funcID field is the ID a random function chosen from the functionSet. The input field is a vector of valid nodes to use as arguments to the function field.
1 | generateFunctionNodes(startID, nrows, ncols, levelsBack, functionSet)
|
startID |
the starting chromoID |
nrows |
the number of rows required in the chromosome |
ncols |
the number of columns required in the chromosome |
levelsBack |
the number of columns back that each column can access |
functionSet |
the functions to choose from |
a data frame containing the function nodes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.