42 #ifndef __INPUT_COLLECTION_H__ 43 #define __INPUT_COLLECTION_H__ 45 #include "algorithms/algorithm_types.h" 46 #include "data_management/data/data_collection.h" 50 namespace data_management
56 typedef KeyValueCollection<algorithms::Input> KeyValueInputCollection;
57 typedef services::SharedPtr<KeyValueInputCollection> KeyValueInputCollectionPtr;
58 typedef services::SharedPtr<const KeyValueInputCollection> KeyValueInputCollectionConstPtr;
62 using interface1::KeyValueInputCollection;
63 using interface1::KeyValueInputCollectionPtr;
64 using interface1::KeyValueInputCollectionConstPtr;
daal
Definition: algorithm_base_common.h:57