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

Dirichlet() public method

Constructs a new Dirichlet Kernel
public Dirichlet ( int dimension ) : System
dimension int
return System
        public Dirichlet(int dimension)
        {
            this.N = dimension;
        }