|
NaiveBayesTDistributionEstimateTOptions Method (Double, Int32, Boolean, TOptions)
|
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<TOptions>(
double[][] inputs,
int[] outputs,
bool empirical = true,
TOptions options = null
)
where TOptions : class, new(), IFittingOptions
<ObsoleteAttribute("Please use NaiveBayesLearning<TDistribution> instead.")>
Public Function Estimate(Of TOptions As {Class, New, IFittingOptions}) (
inputs As Double()(),
outputs As Integer(),
Optional empirical As Boolean = true,
Optional options As TOptions = Nothing
) As Double
Request Example
View SourceParameters
- inputs
- Type: SystemDouble
- outputs
- Type: SystemInt32
- empirical (Optional)
- Type: SystemBoolean
- options (Optional)
- Type: TOptions
Type Parameters
- TOptions
Return Value
Type:
DoubleSee Also