mlpack_main.hpp File Reference
Include dependency graph for mlpack_main.hpp:

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_test_, BINDING_NAME)(__VA_ARGS__)
 
#define BINDING_IGNORE_CHECK   mlpack::bindings::tests::IgnoreCheck
 
#define BINDING_MATRIX_TRANSPOSED   false
 
#define CALL_METHOD(...)   std::string(" ")
 
#define CREATE_OBJECT(...)   std::string(" ")
 
#define GET_DATASET(...)   std::string(" ")
 
#define IMPORT_EXT_LIB(...)   std::string(" ")
 
#define IMPORT_SPLIT(...)   std::string(" ")
 
#define IMPORT_THIS(...)   std::string(" ")
 
#define PRINT_CALL(...)   std::string(" ")
 
#define PRINT_DATASET(A)   std::string(" ")
 
#define PRINT_MODEL(A)   std::string(" ")
 
#define PRINT_PARAM_STRING(A)   std::string(" ")
 
#define PRINT_PARAM_VALUE(A, B)   std::string(" ")
 
#define SPLIT_TRAIN_TEST(...)   std::string(" ")
 

Macro Definition Documentation

◆ BINDING_FUNCTION

#define BINDING_FUNCTION (   ...)    JOIN(mlpack_test_, BINDING_NAME)(__VA_ARGS__)

Definition at line 57 of file mlpack_main.hpp.

◆ BINDING_IGNORE_CHECK

#define BINDING_IGNORE_CHECK   mlpack::bindings::tests::IgnoreCheck

Definition at line 32 of file mlpack_main.hpp.

◆ BINDING_MATRIX_TRANSPOSED

#define BINDING_MATRIX_TRANSPOSED   false

Definition at line 20 of file mlpack_main.hpp.

◆ CALL_METHOD

#define CALL_METHOD (   ...)    std::string(" ")

Definition at line 39 of file mlpack_main.hpp.

◆ CREATE_OBJECT

#define CREATE_OBJECT (   ...)    std::string(" ")

Definition at line 38 of file mlpack_main.hpp.

◆ GET_DATASET

#define GET_DATASET (   ...)    std::string(" ")

Definition at line 36 of file mlpack_main.hpp.

◆ IMPORT_EXT_LIB

#define IMPORT_EXT_LIB (   ...)    std::string(" ")

Definition at line 33 of file mlpack_main.hpp.

◆ IMPORT_SPLIT

#define IMPORT_SPLIT (   ...)    std::string(" ")

Definition at line 34 of file mlpack_main.hpp.

◆ IMPORT_THIS

#define IMPORT_THIS (   ...)    std::string(" ")

Definition at line 35 of file mlpack_main.hpp.

◆ PRINT_CALL

#define PRINT_CALL (   ...)    std::string(" ")

Definition at line 31 of file mlpack_main.hpp.

◆ PRINT_DATASET

#define PRINT_DATASET (   A)    std::string(" ")

Definition at line 29 of file mlpack_main.hpp.

◆ PRINT_MODEL

#define PRINT_MODEL (   A)    std::string(" ")

Definition at line 30 of file mlpack_main.hpp.

◆ PRINT_PARAM_STRING

#define PRINT_PARAM_STRING (   A)    std::string(" ")

Definition at line 27 of file mlpack_main.hpp.

◆ PRINT_PARAM_VALUE

#define PRINT_PARAM_VALUE (   A,
 
)    std::string(" ")

Definition at line 28 of file mlpack_main.hpp.

◆ SPLIT_TRAIN_TEST

#define SPLIT_TRAIN_TEST (   ...)    std::string(" ")

Definition at line 37 of file mlpack_main.hpp.