Click or drag to resize
Accord.NET (logo)

ProportionalHazards Constructor (Int32)

Creates a new Cox Proportional-Hazards Model.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ProportionalHazards(
	int inputs
)
Request Example View Source

Parameters

inputs
Type: SystemInt32
The number of input variables for the model.
See Also