|
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()
<ObsoleteAttribute("Please use Learn(x, y) instead.")>
Public Function Compute As Boolean
Request Example
View SourceReturn Value
Type:
Boolean
True if the model converged, false otherwise.
See Also