RMSProp Members

The RMSProp type exposes the following members.

Constructors


  Name Description
Public method RMSProp
Initializes a new instance of the RMSProp class.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Decrement
Gets or sets the decrement.
Public property Gamma
Gets or sets the gamma.
Public property Increment
Gets or sets the increment.
Public property Max
Gets or sets the maximum.
Public property Min
Gets or sets the minimum.