Click or drag to resize
Accord.NET (logo)

ThresholdFunction. Clone Method

Creates a new object that is a copy of the current instance.

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

Return Value

Type: Object
A new object that is a copy of this instance.

Implements

ICloneable.Clone()
See Also