Click or drag to resize
Accord.NET (logo)

IStochasticFunction Interface

Common interface for stochastic activation functions.

Namespace:  Accord.Neuro.ActivationFunctions
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public interface IStochasticFunction : IActivationFunction
Request Example View Source

The IStochasticFunction type exposes the following members.

Methods
  NameDescription
Public methodDerivative
Calculates function derivative.
(Inherited from IActivationFunction.)
Public methodDerivative2
Calculates function derivative.
(Inherited from IActivationFunction.)
Public methodFunction
Calculates function value.
(Inherited from IActivationFunction.)
Public methodGenerate
Samples a value from the function given a input value.
Public methodGenerate2
Samples a value from the function given a function output value.
Top
See Also