Data Miner
|
Multi-nomial naive bayes classifier
TDaalBayesClassifier = class(TDaalClassifier);
The algorithm supports multiple classes (labels) in result. The total number of possible classes must be specified and assigned to NumberOfClasses. Intel DAAL uses the word "features" rather than "attributes" for input columns. This implementation of naive-bayes works only with continuous real valued input data. Categorical and ordinal features will be treated as if though they are continuous.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|