View resultados_smo_forest_gray_brodatz.txt
This file has been truncated, but you can view the full file.
**************************************************AutoColorCorrelogram.arff************************************************** | |
**************************************************RandomForest************************************************** | |
Time taken to build model: 29.85 seconds | |
Time taken to test model on training data: 0.49 seconds | |
=== Error on training data === |
View rawfoot_rgb_dij_mst_1.arff
This file has been truncated, but you can view the full file.
@RELATION CLASSES | |
@ATTRIBUTE atb0 REAL | |
@ATTRIBUTE atb1 REAL | |
@ATTRIBUTE atb2 REAL | |
@ATTRIBUTE atb3 REAL | |
@ATTRIBUTE atb4 REAL | |
@ATTRIBUTE atb5 REAL | |
@ATTRIBUTE atb6 REAL | |
@ATTRIBUTE atb7 REAL |
View hex_to_base64.cpp
#include <iostream> | |
#include <map> | |
#include <string> | |
#include <bitset> | |
std::string hex_to_bin(std::string hex_str); | |
std::string bin_to_base64(std::string bin_str); | |
std::string hex_to_base64(std::string hex_str); | |
int main() |