Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Double
See Also