Click or drag to resize
Accord.NET (logo)

GaussianFunctionGenerate2 Method

Samples a value from the function given a function output value.

Namespace:  Accord.Neuro.ActivationFunctions
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public double Generate2(
	double y
)
Request Example View Source

Parameters

y
Type: SystemDouble
Function output value - the value, which was obtained with the help of Function(Double) method.

Return Value

Type: Double
Draws a random value from the function.

Implements

IStochasticFunctionGenerate2(Double)
See Also