|
ProportionalHazardsOffsets Property
|
Note: This API is now obsolete.
Gets the mean vector used to center observations before computations.
Namespace:
Accord.Statistics.Models.Regression
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Intercept instead.")]
public double[] Offsets { get; }
<ObsoleteAttribute("Please use Intercept instead.")>
Public ReadOnly Property Offsets As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also