27 #ifndef GUM_LEARNING_A_PRIORI_TYPES_H 28 #define GUM_LEARNING_A_PRIORI_TYPES_H 37 static const std::string
type;
38 static bool isOfType(
const std::string& t) {
return t == type; }
42 static const std::string
type;
43 static bool isOfType(
const std::string& t) {
return t == type; }
47 static const std::string
type;
48 static bool isOfType(
const std::string& t) {
return t == type; }
52 static const std::string
type;
53 static bool isOfType(
const std::string& t) {
return t == type; }
static const std::string type
INLINE void emplace(Args &&... args)
static const std::string type
static bool isOfType(const std::string &t)
static const std::string type
static bool isOfType(const std::string &t)
static bool isOfType(const std::string &t)
static bool isOfType(const std::string &t)
static const std::string type
Database(const std::string &filename, const BayesNet< GUM_SCALAR > &bn, const std::vector< std::string > &missing_symbols)