Click or drag to resize
Accord.NET (logo)

MultivariateEmpiricalDistributionCounts Property

Gets the repetition counts associated with each sample. Note that changing values on this array will not result int any effect in this distribution. The distribution must be computed from scratch with new values in case new weights needs to be used.

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int[] Counts { get; }
Request Example View Source

Property Value

Type: Int32
See Also