10 #ifndef NORMAL_SAMPLER_H_ 11 #define NORMAL_SAMPLER_H_ 13 #include <shogun/lib/config.h> 18 template<
class T>
class SGVector;
48 return "NormalSampler";
54 #endif // NORMAL_SAMPLER_H_
virtual const char * get_name() const
virtual SGVector< float64_t > sample(index_t idx) const
virtual ~CNormalSampler()
virtual void precompute()
all of classes and functions are contained in the shogun namespace
Class that provides a sample method for Gaussian samples.
Abstract template base class that provides an interface for sampling the trace of a linear operator u...