|
| bool | mltk::utils::is_number (std::string str) |
| | Verify if the string is a number. More...
|
| |
| int | mltk::utils::stoin (std::string str) |
| | Converts the string to an integer. More...
|
| |
| double | mltk::utils::atod (const char *str) |
| | Converts the string to a double. More...
|
| |
| std::string | mltk::utils::itos (int n) |
| | itos Integer to string conversion. More...
|
| |
| std::string | mltk::utils::dtoa (double n) |
| | dtoa Double to string conversion. More...
|
| |
|
void | mltk::utils::printConfusionMatrix (const std::vector< int > &classes, const std::vector< std::string > &classes_names, const std::vector< std::vector< size_t > > &confusion_m, bool show_names=false) |
| |
|
std::vector< std::string > | mltk::utils::tokenize (const std::string &str, const char delim) |
| |
|
std::string | mltk::utils::timestamp () |
| |
Implementation of methods for general use in the system.
Utils functions
- Author
- Mateus Coutinho Marim