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