OpenANN  1.1.0
An open source library for artificial neural networks.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
OpenANN::FloatingPointFormatter Struct Reference

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...
 

Detailed Description

Wraps a value and its precision for logging.

Constructor & Destructor Documentation

OpenANN::FloatingPointFormatter::FloatingPointFormatter ( double  value,
int  precision 
)
inline

Member Data Documentation

int OpenANN::FloatingPointFormatter::precision

Number of digits after decimal point.

double OpenANN::FloatingPointFormatter::value

Floating point number that will be logged.


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