Click or drag to resize
Accord.NET (logo)

ProportionalHazardsScore Method (Double, Double)

Computes a numerical score measuring the association between the given input vector and each class.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Score(
	double[] input,
	double time
)
Request Example View Source

Parameters

input
Type: SystemDouble
The input vector.
time
Type: SystemDouble
The event times.

Return Value

Type: Double
See Also