16 #ifndef __INPUT_COLLECTION_H__
17 #define __INPUT_COLLECTION_H__
19 #include "algorithms/algorithm_types.h"
20 #include "data_management/data/data_collection.h"
24 namespace data_management
30 typedef KeyValueCollection<algorithms::Input> KeyValueInputCollection;
31 typedef services::SharedPtr<KeyValueInputCollection> KeyValueInputCollectionPtr;
32 typedef services::SharedPtr<const KeyValueInputCollection> KeyValueInputCollectionConstPtr;
36 using interface1::KeyValueInputCollection;
37 using interface1::KeyValueInputCollectionPtr;
38 using interface1::KeyValueInputCollectionConstPtr;
daal
Definition: algorithm_base_common.h:31