Class RpropBufferData
Implements the Rprop root-finding algorithm.
Inheritance
RpropBufferData
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class RpropBufferData
Fields
debug
Declaration
Field Value
EnsureConvergence
Declaration
public static bool EnsureConvergence
Field Value
lowerBound
Declaration
Field Value
nextPoint
Declaration
Field Value
upperBound
Declaration
Field Value
Methods
SetNextPoint(Double, Double)
Declaration
public void SetNextPoint(double currPoint, double currDeriv)
Parameters