Search Results for

    Show / Hide Table of Contents

    Class RpropBufferData

    Implements the Rprop root-finding algorithm.

    Inheritance
    Object
    RpropBufferData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Factors
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public class RpropBufferData
    Remarks

    Reference: "A Direct Adaptive Method for Faster Backpropagation Learning: The RPROP Algorithm" Martin Riedmiller, Heinrich Braun 1993

    Fields

    debug

    Declaration
    public static bool debug
    Field Value
    Type Description
    Boolean

    EnsureConvergence

    Declaration
    public static bool EnsureConvergence
    Field Value
    Type Description
    Boolean

    lowerBound

    Declaration
    public double lowerBound
    Field Value
    Type Description
    Double

    nextPoint

    Declaration
    public double nextPoint
    Field Value
    Type Description
    Double

    upperBound

    Declaration
    public double upperBound
    Field Value
    Type Description
    Double

    Methods

    SetNextPoint(Double, Double)

    Declaration
    public void SetNextPoint(double currPoint, double currDeriv)
    Parameters
    Type Name Description
    Double currPoint
    Double currDeriv
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.