|
|
NaiveBayes Properties |
The NaiveBayes type exposes the following members.
| Name | Description | |
|---|---|---|
| ClassCount | Obsolete.
Gets the number of possible output classes.
| |
| Distributions |
Gets the probability distributions for each class and input.
| |
| InputCount | Obsolete.
Gets the number of inputs in the model.
| |
| NumberOfClasses |
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.) | |
| NumberOfInputs |
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
| NumberOfOutputs |
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
| NumberOfSymbols |
Gets the number of symbols for each input in the model.
| |
| Priors |
Gets the prior beliefs for each class.
(Inherited from BayesTDistribution, TInput.) | |
| SymbolCount | Obsolete.
Gets the number of symbols for each input in the model.
|