Orderbook Simulation
OrderbookSim is a C++ application simulating a financial market order book. It efficiently manages and matches buy and sell orders while calculating the Volume-Weighted Average Price (VWAP).
TrainingData.cpp File Reference

Implements the TrainingData class, which handles reading and parsing training data for neural network training. More...

#include "TrainingData.hpp"
#include <iostream>
#include <sstream>
#include <string>

Detailed Description

Implements the TrainingData class, which handles reading and parsing training data for neural network training.

This file contains methods to extract network topology, input values, and target output values from a training data file.