|
ILinkFunctionFunction Method
|
The link function.
Namespace:
Accord.Statistics.Links
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax double Function(
double x
)
Function Function (
x As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
An input value.
Return Value
Type:
DoubleThe transformed input value.
See Also