BatchInterface.h File Reference
#include <shark/LinAlg/Base.h>
#include <shark/Core/utility/Iterators.h>
#include <boost/preprocessor.hpp>
#include <boost/type_traits/is_arithmetic.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/range/algorithm_ext/iota.hpp>
#include <boost/mpl/if.hpp>

Go to the source code of this file.

Classes

struct  shark::Batch< T >
 class which helps using different batch types More...
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Functions

template<class T , class Range >
Batch< T >::type shark::createBatch (Range const &range)
 creates a batch from a range of inputs More...
 
template<class Range >
Batch< typename Range::value_type >::type shark::createBatch (Range const &range)