C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
Classes | |
class | BatchContainer |
Class containing methods to compute naive Bayes training results. More... | |
class | Batch |
Algorithm class for training the naive Bayes model. More... | |
class | DistributedContainer |
Class containing methods to compute naive Bayes training results in the distributed processing mode. More... | |
class | DistributedContainer< step2Master, algorithmFPType, method, cpu > |
Class containing methods to train naive Bayes in the distributed processing mode. More... | |
class | Distributed |
Algorithm class for training naive Bayes model in the distributed processing mode. More... | |
class | Distributed< step1Local, algorithmFPType, method > |
Algorithm class for training Naive Bayes partial model in the distributed processing mode. More... | |
class | Distributed< step2Master, algorithmFPType, method > |
Algorithm class for training naive Bayes final model on the second step in the distributed processing mode. More... | |
class | OnlineContainer |
Class containing computation methods for naive Bayes training in the online processing mode. More... | |
class | Online |
Algorithm class for training naive Bayes model. More... | |
class | PartialResult |
Provides methods to access partial results obtained with the compute() method of the naive Bayes training algorithm in the online or distributed processing. More... | |
class | Result |
Provides methods to access final results obtained with the compute() method of the naive Bayes training algorithm in the batch processing mode or with the finalizeCompute() method in the distributed or online processing mode. More... | |
class | DistributedInput |
Input objects of the naive Bayes training algorithm in the distributed processing mode. More... | |
class | Input |
Input objects of the naive Bayes training algorithm in the batch and online processing mode. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.