OpenANN
1.1.0
An open source library for artificial neural networks.
|
Wraps a value and its precision for logging. More...
#include <Logger.h>
Public Member Functions | |
FloatingPointFormatter (double value, int precision) | |
Public Attributes | |
double | value |
Floating point number that will be logged. More... | |
int | precision |
Number of digits after decimal point. More... | |
Wraps a value and its precision for logging.
|
inline |
int OpenANN::FloatingPointFormatter::precision |
Number of digits after decimal point.
double OpenANN::FloatingPointFormatter::value |
Floating point number that will be logged.