|
ProportionalHazardsScore Method (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
)
Public Function Score (
input As Double()
) As Double
Request Example
View SourceParameters
- input
- Type: SystemDouble
The input vector.
Return Value
Type:
DoubleSee Also