|
OpenNN
Open-source neural networks library
|
This is the complete list of members for opennn::Variable, including all inherited members.
| categories | opennn::Variable | |
| from_JSON(const JsonDocument &) | opennn::Variable | |
| get_categories_number() const | opennn::Variable | |
| get_names() const | opennn::Variable | |
| get_role() const | opennn::Variable | inline |
| get_role_type() const | opennn::Variable | inline |
| get_scaler() const | opennn::Variable | inline |
| get_scaler_type() const | opennn::Variable | inline |
| get_type_string() const | opennn::Variable | |
| is_binary() const | opennn::Variable | inline |
| is_categorical() const | opennn::Variable | inline |
| is_used() const | opennn::Variable | inline |
| name | opennn::Variable | |
| role | opennn::Variable | |
| scaler | opennn::Variable | |
| set(const string &=string(), const string &="None", const VariableType &=VariableType::Numeric, const string &="MeanStandardDeviation", const vector< string > &=vector< string >()) | opennn::Variable | |
| set_categories(const vector< string > &new_categories) | opennn::Variable | inline |
| set_role(const string &new_role) | opennn::Variable | inline |
| set_role(VariableRole new_role) | opennn::Variable | inline |
| set_scaler(const string &new_scaler) | opennn::Variable | inline |
| set_scaler(ScalerMethod new_scaler) | opennn::Variable | inline |
| set_type(const string &) | opennn::Variable | |
| to_JSON(JsonWriter &) const | opennn::Variable | |
| type | opennn::Variable | |
| Variable(const string &=string(), const string &="None", const VariableType &=VariableType::Numeric, const string &="MeanStandardDeviation", const vector< string > &=vector< string >()) | opennn::Variable |