Click or drag to resize
Accord.NET (logo)

BaseStochasticGradientDescentTModel, TKernel, TInput, TLossInnerClone 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 abstract BaseStochasticGradientDescent<TModel, TKernel, TInput, TLoss> InnerClone()
Request Example View Source

Return Value

Type: BaseStochasticGradientDescentTModel, TKernel, TInput, TLoss
See Also