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).
Classes
TrainingData.hpp File Reference

Declares the TrainingData class, which is responsible for reading and parsing training data from a file. More...

#include <iostream>
#include <vector>
#include <fstream>
#include <string>

Go to the source code of this file.

Classes

class  TrainingData
 Manages reading and parsing of training data for neural network training. More...
 

Detailed Description

Declares the TrainingData class, which is responsible for reading and parsing training data from a file.

The TrainingData class provides methods to extract neural network topology, input values, and target output values from a structured training data file for training neural networks.