Click or drag to resize
Accord.NET (logo)

SigmoidEstimate Method (Double)

Estimates suitable values for the sigmoid kernel by exploring the response area of the tanh function.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static Sigmoid Estimate(
	double[][] inputs
)
Request Example View Source

Parameters

inputs
Type: SystemDouble
An input data set.

Return Value

Type: Sigmoid
A Sigmoid kernel initialized with appropriate values.
See Also