24 #ifndef __KDTREE_KNN_CLASSIFICATION_PREDICT_TYPES_H__
25 #define __KDTREE_KNN_CLASSIFICATION_PREDICT_TYPES_H__
27 #include "algorithms/algorithm.h"
28 #include "data_management/data/data_serialize.h"
29 #include "algorithms/k_nearest_neighbors/kdtree_knn_classification_model.h"
30 #include "algorithms/classifier/classifier_predict_types.h"
40 namespace kdtree_knn_classification
74 class DAAL_EXPORT Input :
public classifier::prediction::Input
76 typedef classifier::prediction::Input super;
89 kdtree_knn_classification::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
96 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
103 void set(classifier::prediction::ModelInputId
id,
const kdtree_knn_classification::interface1::ModelPtr & value);
110 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
115 using interface1::Input;
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:59
daal::algorithms::neural_networks::prediction::prediction
Definition: neural_networks_prediction_result.h:55
daal::algorithms::kdtree_knn_classification::prediction::defaultDense
Definition: kdtree_knn_classification_predict_types.h:61
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:55
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:66
daal::algorithms::math::abs::value
Definition: abs_types.h:88
daal::algorithms::kdtree_knn_classification::prediction::interface1::Input
Provides an interface for input objects for making KD-tree based kNN model-based prediction.
Definition: kdtree_knn_classification_predict_types.h:74