SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
NakPBsplineBasis.hpp File Reference
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <iostream>
#include <memory>
#include <sgpp/base/operation/hash/common/basis/BsplineBasis.hpp>
#include <sgpp/base/tools/Distribution.hpp>
#include <sgpp/base/tools/DistributionUniform.hpp>
#include <sgpp/base/tools/GaussLegendreQuadRule1D.hpp>
#include <sgpp/globaldef.hpp>

Classes

class  sgpp::base::NakPBsplineBasis< LT, IT >
 Not-a-knot polynomial B-spline basis. More...
 

Namespaces

namespace  sgpp
 Class that stores, generates and manipulates a density function during online phase in on/off learning.
 
namespace  sgpp::base
 

Typedefs

typedef NakPBsplineBasis< unsigned int, unsigned int > sgpp::base::SNakPBsplineBase