Click or drag to resize
Accord.NET (logo)

ProportionalHazardsNewtonRaphson Properties

The ProportionalHazardsNewtonRaphson type exposes the following members.

Properties
  NameDescription
Public propertyComputeBaselineFunction
Gets or sets a value indicating whether an estimate of the baseline hazard function should be computed at the end of the next iterations.
Public propertyComputeStandardErrors
Gets or sets a value indicating whether standard errors should be computed at the end of the next iterations.
Public propertyCurrentIteration
Gets or sets the number of performed iterations.
Public propertyEstimator
Gets or sets the hazard estimator that should be used by the proportional hazards learning algorithm. Default is to use BreslowNelsonAalen.
Public propertyGradient
Gets the Gradient vector computed in the last Newton-Raphson iteration.
Public propertyHasConverged
Gets or sets whether the algorithm has converged.
Public propertyHessian
Gets the Hessian matrix computed in the last Newton-Raphson iteration.
Public propertyIterations Obsolete.
Please use MaxIterations instead.
Public propertyLambda
Gets or sets the smoothing factor used to avoid numerical problems in the beginning of the training. Default is 0.1.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the learning algorithm.
Public propertyModel
Gets or sets the regression model being learned.
Public propertyNormalize
Gets or sets a value indicating whether the Cox model should be computed using the mean-centered version of the covariates. Default is true.
Public propertyParameters
Gets the total number of parameters in the model.
Public propertyPrevious
Gets the previous values for the coefficients which were in place before the last learning iteration was performed.
Public propertySolution
Gets the current values for the coefficients.
Public propertyTies
Gets or sets the ties handling method to be used by the proportional hazards learning algorithm. Default is to use Efron's method.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Public propertyTolerance
Gets or sets the maximum absolute parameter change detectable after an iteration of the algorithm used to detect convergence. Default is 1e-5.
Top
See Also