|
BayesTDistribution, TInputDistributions 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; set; }
Public Property Distributions As TDistribution()
Get
Set
Request Example
View SourceProperty Value
Type:
TDistributionA 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