|
NaiveBayesTDistributionEstimate Method (Double, Int32, Boolean)
|
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 use NaiveBayesLearning<TDistribution> instead.")]
public double Estimate(
double[][] inputs,
int[] outputs,
bool empirical = true
)
<ObsoleteAttribute("Please use NaiveBayesLearning<TDistribution> instead.")>
Public Function Estimate (
inputs As Double()(),
outputs As Integer(),
Optional empirical As Boolean = true
) As Double
Request Example
View SourceParameters
- inputs
- Type: SystemDouble
- outputs
- Type: SystemInt32
- empirical (Optional)
- Type: SystemBoolean
Return Value
Type:
DoubleSee Also