![]() |
Fleet
0.0.9
Inference in the LOT
|
#include <tuple>#include <vector>#include <iostream>

Go to the source code of this file.
Functions | |
| std::tuple< std::vector< MyObject > *, std::vector< bool > *, std::vector< size_t > *, std::vector< size_t > *, std::string > | get_next_human_data (std::ifstream &fs) |
| This functions reads our data file format and returns a vector with the human data by each set item. auto [objs, corrects, yeses, nos] = get_next_human_data(f) More... | |
| std::tuple<std::vector<MyObject>*, std::vector<bool>*, std::vector<size_t>*, std::vector<size_t>*, std::string> get_next_human_data | ( | std::ifstream & | fs | ) |
This functions reads our data file format and returns a vector with the human data by each set item. auto [objs, corrects, yeses, nos] = get_next_human_data(f)
| fs |
1.8.13