|
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
)
Public Shared Function Estimate (
inputs As Double()()
) As Sigmoid
Request Example
View SourceParameters
- inputs
- Type: SystemDouble
An input data set.
Return Value
Type:
SigmoidA Sigmoid kernel initialized with appropriate values.
See Also