Fleet  0.0.9
Inference in the LOT
Functions
Data.h File Reference
#include <tuple>
#include <vector>
#include <iostream>
Include dependency graph for Data.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ get_next_human_data()

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)

Parameters
fs