| DiSMEC++
    | 
#include "io/prediction.h"#include "io/common.h"#include "io/numpy.h"#include <fstream>#include "doctest.h"Go to the source code of this file.
| Functions | |
| TEST_CASE ("save_load_sparse_predictions") | |
| TEST_CASE ("save_sparse_predictions checking") | |
| TEST_CASE ("read_sparse_prediction check") | |
| TEST_CASE ("save_dense_predictions") | |
| TEST_CASE | ( | "read_sparse_prediction check" | ) | 
Definition at line 184 of file prediction.cpp.
References dismec::io::prediction::read_sparse_prediction().
| TEST_CASE | ( | "save_dense_predictions" | ) | 
Definition at line 221 of file prediction.cpp.
References dismec::io::prediction::save_dense_predictions_as_txt().
| TEST_CASE | ( | "save_load_sparse_predictions" | ) | 
Definition at line 129 of file prediction.cpp.
References dismec::io::prediction::read_sparse_prediction(), and dismec::io::prediction::save_sparse_predictions().
| TEST_CASE | ( | "save_sparse_predictions checking" | ) | 
save_sparse_predictions verifies the compatibility of value and index matrices. Definition at line 168 of file prediction.cpp.
References dismec::io::prediction::save_sparse_predictions().