|   | LowerBoundNewtonRaphson Properties | 
The LowerBoundNewtonRaphson type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ComputeStandardErrors | 
              Gets or sets a value indicating whether standard
              errors should be computed in the next iteration.
             | 
|  | CurrentIteration | 
              Gets or sets the number of performed iterations.
             | 
|  | Gradient | 
              Gets the Gradient vector computed in
              the last Newton-Raphson iteration.
             | 
|  | HasConverged | 
            Gets or sets whether the algorithm has converged.
             | 
|  | HessianLowerBound | 
              Gets the Lower-Bound matrix being used in place of
              the Hessian matrix in the Newton-Raphson iterations.
             | 
|  | Iterations | Obsolete. 
              Please use MaxIterations instead.
             | 
|  | MaximumChange | 
              Gets the maximum parameter change in the last 
              iteration. If this value is less than Tolerance, the algorithm
              has converged.
             | 
|  | MaxIterations | 
            Gets or sets the maximum number of iterations
            performed by the learning algorithm.
             | 
|  | ParameterChange | 
              Gets the vector of parameter updates in the last iteration.
             | 
|  | Parameters | 
              Gets the total number of parameters in the model.
             | 
|  | Previous | 
              Gets the previous values for the coefficients which were
              in place before the last learning iteration was performed.
             | 
|  | Solution | 
              Gets the current values for the coefficients.
             | 
|  | Token | 
            Gets or sets a cancellation token that can be used to
            stop the learning algorithm while it is running.
             | 
|  | Tolerance | 
            Gets or sets the tolerance value used to determine
            whether the algorithm has converged.
             | 
|  | UpdateLowerBound | 
              Gets or sets a value indicating whether the lower bound 
              should be updated using new data. Default is true.
             | 
 See Also
See Also