|
NaiveBayesTDistributionDistributions 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 TDistribution[,] Distributions { get; }
Public ReadOnly Property Distributions As TDistribution(,)
Get
Request Example
View SourceProperty Value
Type:
TDistribution
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