Click or drag to resize
Accord.NET (logo)

ProportionalHazardsNewtonRaphsonTies Property

Gets or sets the ties handling method to be used by the proportional hazards learning algorithm. Default is to use Efron's method.

Namespace:  Accord.Statistics.Models.Regression.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public HazardTiesMethod Ties { get; set; }
Request Example View Source

Property Value

Type: HazardTiesMethod
See Also