|
IStochasticFunctionGenerate Method
|
Samples a value from the function given a input value.
Namespace:
Accord.Neuro.ActivationFunctions
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax double Generate(
double x
)
Function Generate (
x As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
Function input value.
Return Value
Type:
DoubleDraws a random value from the function.
See Also