NeuralNet 1.0
Loading...
Searching...
No Matches
NeuralNet::TrainingGauge Class Reference
Inheritance diagram for NeuralNet::TrainingGauge:
NeuralNet::Gauge

Public Member Functions

 TrainingGauge (int totalIndexes, int currIndex=0, int totalEpochs=10, int currEpoch=0)
 
void printWithLoss (double l)
 
void printWithLAndA (double l, double a)
 
Screen gaugeBuilder (Elements elements)
 Create a horizontal document with the given elements.
 
- Public Member Functions inherited from NeuralNet::Gauge
 Gauge (std::string preText, int totalIndexes, int currIndex=0)
 
Gaugeoperator++ ()
 

Additional Inherited Members

- Protected Attributes inherited from NeuralNet::Gauge
int totalIndexes
 
int currIndex
 
std::string preText
 
std::string resetPos
 

Member Function Documentation

◆ gaugeBuilder()

Screen NeuralNet::TrainingGauge::gaugeBuilder ( Elements elements)
inline

Create a horizontal document with the given elements.

Parameters
elementsThe elements to be added to the document
Returns
The screen with the given elements

◆ printWithLAndA()

void NeuralNet::TrainingGauge::printWithLAndA ( double l,
double a )
inline

Print with loss and accuracy


The documentation for this class was generated from the following file: