Click or drag to resize
Accord.NET (logo)

ProportionalHazards Properties

The ProportionalHazards type exposes the following members.

Properties
  NameDescription
Public propertyBaselineHazard
Gets the baseline hazard function, if specified.
Public propertyCoefficients
Gets the coefficient vector, in which the first value is always the intercept value.
Public propertyInputs Obsolete.
Gets the number of inputs handled by this model.
Public propertyIntercept
Gets or sets the intercept (bias) for the regression model.
Public propertyNumberOfClasses
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.)
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyOffsets Obsolete.
Gets the mean vector used to center observations before computations.
Public propertyStandardErrors
Gets the standard errors associated with each coefficient during the model estimation phase.
Top
See Also