![]() |
Dynamic C-server Queueing System Simulation
1.0
Simulating data for delay prediction
|
#include "./../includes.h"
Go to the source code of this file.
Classes | |
class | station |
Functions | |
std::vector< float > | read_csv (std::string filename, int index) |
Reads data from a CSV file. More... | |
std::vector<float> read_csv | ( | std::string | filename, |
int | index = 1 |
||
) |
Reads data from a CSV file.
Will read a particular column from the CSV containing observed values of random variables.
filename | The path of the CSV file from which data is to be read. |
index | Index is the column number to be read. Default 1. Column 0 is assumed to be the uniform random numbers generated. |