|
GEPChromosomeGetTree Method
|
Get tree representation of the chromosome.
Namespace:
Accord.Genetic
Assembly:
Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntaxprotected GPTreeNode GetTree()
Protected Function GetTree As GPTreeNode
Request Example
View SourceReturn Value
Type:
GPTreeNodeReturns expression's tree represented by the chromosome.
RemarksThe method builds expression's tree for the native linear representation
of the GEP chromosome.
See Also