|
BayesTDistribution, TInputPriors Property
|
Gets the prior beliefs for each class.
Namespace:
Accord.MachineLearning.Bayes
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public virtual double[] Priors { get; set; }
Public Overridable Property Priors As Double()
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also