Click or drag to resize
Accord.NET (logo)

NaiveBayesDistributions Property

Gets the probability distributions for each class and input.

Namespace:  Accord.MachineLearning.Bayes
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double[][,] Distributions { get; }
Request Example View Source

Property Value

Type: Double
A TDistribution[,] array in with each row corresponds to a class, each column corresponds to an input variable. Each element of this double[,] array is a probability distribution modeling the occurrence of the input variable in the corresponding class.
See Also