C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

References | Namespaces | Classes | Enumerations

Contains classes for KD-tree based kNN algorithm. More...

Contains classes of the KD-tree based kNN algorithm.

References

 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.
 

Namespaces

 daal::algorithms::kdtree_knn_classification
 Contains classes for KD-tree based kNN algorithm.
 
 daal::algorithms::kdtree_knn_classification::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

struct  Parameter
 KD-tree based kNN algorithm parameters. More...
 
class  Model
 Base class for models trained with the KD-tree based kNN algorithm More...
 

Enumerations

enum  DataUseInModel { doNotUse = 0, doUse = 1 }
 The option to enable/disable an usage of the input dataset in kNN model. More...
 

Enumeration Type Documentation

enum DataUseInModel

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.