CombinatorialTrainer.h
Go to the documentation of this file.
1 
18 #pragma once
19 
20 // Package includes
21 #include <boost/shared_ptr.hpp>
22 
23 #include <trainer/TreeNode.h>
24 #include <trainer/AbstractTrainer.h>
25 #include <trainer/source/ExamplesListSource.h>
26 
27 // Local includes
29 
31 
35 class CombinatorialTrainer: public SceneModel::AbstractTrainer
36 {
37 public:
38 
39 
46  std::vector<std::string> pObjectTypes);
47 
52 
53 
58  void addSceneGraphMessages(std::vector<ISM::ObjectSetPtr> pMessages);
59 
60 private:
61 
66 
67 };
68 
69 }
void addSceneGraphMessages(std::vector< ISM::ObjectSetPtr > pMessages)
CombinatorialTrainer(std::vector< boost::shared_ptr< SceneObjectLearner >> pLearners, std::vector< std::string > pObjectTypes)
boost::shared_ptr< SceneModel::ExamplesListSource > examplesListSource


asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Fri Nov 15 2019 03:57:54