Accord.Statistics.Kernels.Hypersecant.Hypersecant C# (CSharp) Method

Hypersecant() public method

Constructs a new Hyperbolic Secant Kernel
public Hypersecant ( double gamma ) : System
gamma double
return System
        public Hypersecant(double gamma)
        {
            this.gamma = gamma;
        }