|
ProportionalHazardsDecide Method (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
)
Public Function Decide (
input As Double()()
) As SurvivalOutcome()
Request Example
View SourceParameters
- input
- Type: SystemDouble
The input vectors that should be classified into
one of the NumberOfOutputs possible classes.
Return Value
Type:
SurvivalOutcomeSee Also