Click or drag to resize
Accord.NET (logo)

ProportionalHazardsAnalysisCompute Method

Note: This API is now obsolete.

Computes the Proportional Hazards Analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Learn(x, y) instead.")]
public bool Compute()
Request Example View Source

Return Value

Type: Boolean
True if the model converged, false otherwise.
See Also