|
NaiveBayes Constructor (Int32, Double, Int32)
|
Note: This API is now obsolete.
Obsolete.
Namespace:
Accord.MachineLearning.Bayes
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please specify the prior by writing to the Priors property.")]
public NaiveBayes(
int classes,
double[] priors,
params int[] symbols
)
<ObsoleteAttribute("Please specify the prior by writing to the Priors property.")>
Public Sub New (
classes As Integer,
priors As Double(),
ParamArray symbols As Integer()
)
Request Example
View SourceParameters
- classes
- Type: SystemInt32
- priors
- Type: SystemDouble
- symbols
- Type: SystemInt32
See Also