22 #ifndef __KDTREE_KNN_CLASSIFICATION_PREDICT_TYPES_H__
23 #define __KDTREE_KNN_CLASSIFICATION_PREDICT_TYPES_H__
25 #include "algorithms/algorithm.h"
26 #include "data_management/data/data_serialize.h"
27 #include "algorithms/k_nearest_neighbors/kdtree_knn_classification_model.h"
28 #include "algorithms/classifier/classifier_predict_types.h"
38 namespace kdtree_knn_classification
72 class DAAL_EXPORT Input :
public classifier::prediction::Input
74 typedef classifier::prediction::Input super;
87 kdtree_knn_classification::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
94 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
101 void set(classifier::prediction::ModelInputId
id,
const kdtree_knn_classification::interface1::ModelPtr & value);
108 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
113 using interface1::Input;
daal
Definition: algorithm_base_common.h:31
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:64
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:53
daal::algorithms::kdtree_knn_classification::prediction::Method
Method
Available methods for making KD-tree based kNN model-based prediction.
Definition: kdtree_knn_classification_predict_types.h:57
daal::algorithms::kdtree_knn_classification::prediction::defaultDense
Definition: kdtree_knn_classification_predict_types.h:59
daal::algorithms::classifier::prediction::prediction
Definition: classifier_predict_types.h:76
daal::algorithms::math::abs::value
Definition: abs_types.h:86