C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains classes for KD-tree based kNN algorithm. More...
Namespaces | |
interface1 | |
Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface. | |
interface2 | |
Contains version 2.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface. | |
prediction | |
Contains a class for making KD-tree based kNN model-based prediction. | |
training | |
Contains a class for KD-tree based kNN model-based training. | |
Enumerations | |
enum | DataUseInModel { doNotUse = 0, doUse = 1 } |
The option to enable/disable an usage of the input dataset in kNN model. More... | |
Contains classes of the KD-tree based kNN algorithm.
enum DataUseInModel |
For more complete information about compiler optimizations, see our Optimization Notice.