SG++-Doxygen-Documentation
|
#include <MatrixDecompositionTypeParser.hpp>
Static Public Member Functions | |
static MatrixDecompositionType | parse (const std::string &input) |
Convert strings to values sgpp::datadriven::MatrixDecompositionType. More... | |
static const std::string & | toString (MatrixDecompositionType type) |
generate string representations for values of sgpp::datadriven::MatrixDecompositionType. More... | |
|
static |
Convert strings to values sgpp::datadriven::MatrixDecompositionType.
Throws if there is no valid representation
input | case insensitive string representation of a sgpp::datadriven::MatrixDecompositionType. |
References sgpp::datadriven::Chol, sgpp::datadriven::DenseIchol, sgpp::datadriven::Eigen, sgpp::datadriven::LU, and sgpp::datadriven::OrthoAdapt.
Referenced by sgpp::datadriven::DataMiningConfigParser::getFitterDensityEstimationConfig(), and sgpp::datadriven::DBMatDatabase::putDataMatrix().
|
static |
generate string representations for values of sgpp::datadriven::MatrixDecompositionType.
type | enum value. |
References sgpp::datadriven::Chol, sgpp::datadriven::DenseIchol, sgpp::datadriven::Eigen, sgpp::datadriven::LU, and sgpp::datadriven::OrthoAdapt.
Referenced by sgpp::datadriven::DataMiningConfigParser::getFitterDensityEstimationConfig(), and sgpp::datadriven::DBMatDatabase::putDataMatrix().