Accord.Statistics.Kernels.Hypersecant.Hypersecant C# (CSharp) 메소드

Hypersecant() 공개 메소드

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