Click or drag to resize
Accord.NET (logo)

BaseAveragedStochasticGradientDescentTModel, 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 BaseAveragedStochasticGradientDescent<TModel, TKernel, TInput, TLoss> InnerClone()
Request Example View Source

Return Value

Type: BaseAveragedStochasticGradientDescentTModel, TKernel, TInput, TLoss
See Also