Click or drag to resize
Accord.NET (logo)

StochasticNeuronCompute Method

Computes output value of neuron.

Namespace:  Accord.Neuro.Neurons
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public override double Compute(
	double[] input
)
Request Example View Source

Parameters

input
Type: SystemDouble
An input vector.

Return Value

Type: Double
Returns the neuron's output value for the given input.
See Also