Click or drag to resize
Accord.NET (logo)

GPTreeNodeClone Method

Clone the tree node.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public Object Clone()
Request Example View Source

Return Value

Type: Object
Returns exact clone of the node.

Implements

ICloneableClone
See Also