Click or drag to resize
Accord.NET (logo)

ProportionalHazardsDecide Method (Double, Double)

Computes class-label decisions for each vector in the given input.

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

Parameters

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

Return Value

Type: SurvivalOutcome
See Also