Click or drag to resize

Categorical Constructor

Overload List
 NameDescription
Public methodCategorical(Double) Initializes a new instance of the Categorical class.
Public methodCategorical(Histogram) Initializes a new instance of the Categorical class from a histogram. The distribution will not be automatically updated when the histogram changes. The categorical distribution will have one value for each bucket and a probability for that value proportional to the bucket count.
Public methodCategorical(Double, Random) Initializes a new instance of the Categorical class.
Top
See Also