#include <shark/Models/AbstractModel.h>
#include <boost/scoped_ptr.hpp>
#include <boost/serialization/scoped_ptr.hpp>
Go to the source code of this file.
|
template<class InputT , class IntermediateT , class OutputT > |
detail::ConcatenatedModelWrapper< InputT, IntermediateT, OutputT > | shark::operator>> (AbstractModel< InputT, IntermediateT > &firstModel, AbstractModel< IntermediateT, OutputT > &secondModel) |
| Connects two AbstractModels so that the output of the first model is the input of the second. More...
|
|
template<class InputT , class IntermediateT , class OutputT > |
detail::ConcatenatedModelList< InputT, IntermediateT, OutputT > | shark::operator>> (const detail::ConcatenatedModelWrapperBase< InputT, IntermediateT > &firstModel, AbstractModel< IntermediateT, OutputT > &secondModel) |
| Connects another AbstractModel two a previously created connection of models. More...
|
|