C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Namespaces | Enumerations
daal::algorithms::kdtree_knn_classification Namespace Reference

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...
 

Detailed Description

Contains classes of the KD-tree based kNN algorithm.

Enumeration Type Documentation

Enumerator
doNotUse 

The input data and labels will not be the component of the trained kNN model

doUse 

The input data and labels will be the component of the trained kNN model

For more complete information about compiler optimizations, see our Optimization Notice.