Click or drag to resize
Accord.NET (logo)

StochasticGradientDescentTKernelInnerClone 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<TKernel>, TKernel, double[], LogisticLoss> InnerClone()
Request Example View Source

Return Value

Type: BaseStochasticGradientDescentSupportVectorMachineTKernel, TKernel, Double, LogisticLoss
See Also