OmniSciDB
c1a53651b2
|
#include "QueryEngine/TableFunctions/SystemFunctions/os/Shared/TableFunctionsCommon.hpp"
#include <map>
Go to the source code of this file.
Functions | |
MLFramework | get_ml_framework (const std::string &ml_framework_str) |
KMeansInitStrategy | get_kmeans_init_type (const std::string &init_type_str) |
|
strong |
Enumerator | |
---|---|
DEFAULT | |
DETERMINISTIC | |
RANDOM | |
PLUS_PLUS | |
INVALID |
Definition at line 38 of file MLTableFunctionsCommon.h.
|
strong |
Enumerator | |
---|---|
DEFAULT | |
ONEDAL | |
MLPACK | |
INVALID |
Definition at line 23 of file MLTableFunctionsCommon.h.
KMeansInitStrategy get_kmeans_init_type | ( | const std::string & | init_type_str | ) |
Definition at line 40 of file MLTableFunctionsCommon.h.
References DEFAULT, DETERMINISTIC, INVALID, PLUS_PLUS, RANDOM, and to_upper().
Referenced by kmeans__cpu_template().
MLFramework get_ml_framework | ( | const std::string & | ml_framework_str | ) |
Definition at line 25 of file MLTableFunctionsCommon.h.
References DEFAULT, INVALID, MLPACK, ONEDAL, and to_upper().
Referenced by dbscan__cpu_template(), kmeans__cpu_template(), linear_reg_fit__cpu_template(), and linear_reg_predict__cpu_template().