NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions, TInnerOptions Properties |
The NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions, TInnerOptions generic type exposes the following members.
Name | Description | |
---|---|---|
Distribution |
Gets or sets the distribution creation function. This function can
be used to specify how the initial distributions of the model should
be created. By default, this function attempts to call the empty
constructor of the distribution using Activator.CreateInstance().
(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) | |
Empirical |
Gets or sets whether the class priors should be estimated
from the data.
(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) | |
Model |
Gets or sets the model being learned.
(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) | |
Options |
Gets or sets the fitting options to use when
estimating the class-specific distributions.
(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) | |
ParallelOptions |
Gets or sets the parallelization options for this algorithm.
(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) | |
Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) |