Go to the source code of this file.
Namespaces | |
mlpack | |
Linear algebra utility functions, generally performed on matrices or vectors. | |
mlpack::util | |
Macros | |
#define | BINDING_FUNCTION(...) JOIN(mlpack_, BINDING_NAME)(__VA_ARGS__) |
#define | BINDING_IGNORE_CHECK(...) |
BINDING_IGNORE_CHECK() is an internally-used macro to determine whether or not a specific parameter check should be ignored. More... | |
#define | BINDING_MATRIX_TRANSPOSED true |
#define | PRINT_CALL mlpack::bindings::julia::ProgramCall |
PRINT_CALL() returns a string that contains the full language-specific representation of a call to an mlpack binding. More... | |
#define | PRINT_DATASET mlpack::bindings::julia::PrintDataset |
PRINT_DATASET() returns a string that contains a correct language-specific representation of a dataset name. More... | |
#define | PRINT_MODEL mlpack::bindings::julia::PrintModel |
PRINT_MODEL() returns a string that contains a correct language-specific representation of an mlpack model name. More... | |
#define | PRINT_PARAM_STRING mlpack::bindings::julia::ParamString |
PRINT_PARAM_STRING() returns a string that contains the correct language-specific representation of a parameter's name. More... | |
#define | PRINT_PARAM_VALUE mlpack::bindings::julia::PrintValue |
PRINT_PARAM_VALUE() returns a string that contains a correct language-specific representation of a parameter's value. More... | |
Functions | |
PARAM_GLOBAL (bool, "verbose", "Display informational messages and the full " "list of parameters and timers at the end of execution.", "v", "bool", false, true, false, false) | |
#define BINDING_FUNCTION | ( | ... | ) | JOIN(mlpack_, BINDING_NAME)(__VA_ARGS__) |
Definition at line 80 of file mlpack_main.hpp.
#define BINDING_IGNORE_CHECK | ( | ... | ) |
BINDING_IGNORE_CHECK() is an internally-used macro to determine whether or not a specific parameter check should be ignored.
Definition at line 62 of file mlpack_main.hpp.
#define BINDING_MATRIX_TRANSPOSED true |
Definition at line 20 of file mlpack_main.hpp.
#define PRINT_CALL mlpack::bindings::julia::ProgramCall |
PRINT_CALL() returns a string that contains the full language-specific representation of a call to an mlpack binding.
The first argument should be the name of the binding, and all other arguments should be names of parameters followed by values (in the case where the preceding parameter is not a flag).
Definition at line 56 of file mlpack_main.hpp.
#define PRINT_DATASET mlpack::bindings::julia::PrintDataset |
PRINT_DATASET() returns a string that contains a correct language-specific representation of a dataset name.
Definition at line 41 of file mlpack_main.hpp.
#define PRINT_MODEL mlpack::bindings::julia::PrintModel |
PRINT_MODEL() returns a string that contains a correct language-specific representation of an mlpack model name.
Definition at line 47 of file mlpack_main.hpp.
#define PRINT_PARAM_STRING mlpack::bindings::julia::ParamString |
PRINT_PARAM_STRING() returns a string that contains the correct language-specific representation of a parameter's name.
Definition at line 29 of file mlpack_main.hpp.
#define PRINT_PARAM_VALUE mlpack::bindings::julia::PrintValue |
PRINT_PARAM_VALUE() returns a string that contains a correct language-specific representation of a parameter's value.
Definition at line 35 of file mlpack_main.hpp.
PARAM_GLOBAL | ( | bool | , |
"verbose" | , | ||
"Display informational messages and the full " "list of parameters and timers at the end of execution." | , | ||
"v" | , | ||
"bool" | , | ||
false | , | ||
true | , | ||
false | , | ||
false | |||
) |