|
AbsoluteLinkFunction Constructor (Double)
|
Creates a new Absolute link function.
Namespace:
Accord.Statistics.Links
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public AbsoluteLinkFunction(
double beta
)
Public Sub New (
beta As Double
)
Request Example
View SourceParameters
- beta
- Type: SystemDouble
The beta value.
See Also