#include <shark/Models/AbstractModel.h>
#include <boost/scoped_ptr.hpp>
#include <boost/serialization/scoped_ptr.hpp>
Go to the source code of this file.
Classes | |
class | shark::ConcatenatedModel< VectorType > |
ConcatenatedModel concatenates two models such that the output of the first model is input to the second. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
Functions | |
template<class VectorType > | |
ConcatenatedModel< VectorType > | shark::operator>> (AbstractModel< VectorType, VectorType, VectorType > &firstModel, AbstractModel< VectorType, VectorType, VectorType > &secondModel) |
Connects two AbstractModels so that the output of the first model is the input of the second. More... | |
template<class VectorType > | |
ConcatenatedModel< VectorType > | shark::operator>> (ConcatenatedModel< VectorType > const &firstModel, AbstractModel< VectorType, VectorType, VectorType > &secondModel) |