Click or drag to resize
Accord.NET (logo)

StochasticGradientDescentInnerClone Method

Inheritors should implement this function to produce a new instance with the same characteristics of the current object.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected override BaseStochasticGradientDescent<SupportVectorMachine, Linear, double[], LogisticLoss> InnerClone()
Request Example View Source

Return Value

Type: BaseStochasticGradientDescentSupportVectorMachine, Linear, Double, LogisticLoss
See Also