|
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
)
Public Sub New (
inputs As Integer
)
Request Example
View SourceParameters
- inputs
- Type: SystemInt32
The number of input variables for the model.
See Also