![]() |
SG++-Doxygen-Documentation
|
#include <sgpp/datadriven/algorithm/DBMatOffline.hpp>
#include <set>
#include <string>
#include <vector>
Classes | |
class | sgpp::datadriven::DBMatOfflinePermutable |
Namespaces | |
namespace | sgpp |
Class that stores, generates and manipulates a density function during online phase in on/off learning. | |
namespace | sgpp::datadriven |
namespace | sgpp::datadriven::PermutationUtil |
Functions | |
std::vector< size_t > | sgpp::datadriven::PermutationUtil::deleteOnesFromLevelVec (std::vector< size_t > vectorWithOnes) |
Removes all elements equal to 1 from a vector and returns the obtained vector. | |
sgpp::base::GeneralGridConfiguration | sgpp::datadriven::PermutationUtil::getNormalizedConfig (sgpp::base::GeneralGridConfiguration gridConfig) |
Returns a grid configuration with level vector without elements equal to 1 and adjusted dimension. | |
bool | sgpp::datadriven::PermutationUtil::isPermutation (std::vector< size_t > vec1, std::vector< size_t > vec2) |
Cecks whether vec1 is permutation of vec2. | |