SuperNN  1.0.0
Public Member Functions | Public Attributes | List of all members
SuperNN::SInfo Struct Reference

Minimum / maximum scaling information. More...

Public Member Functions

 SInfo ()
 
 SInfo (double _min, double _max)
 
 ~SInfo ()
 
double scale (const SInfo &to, double value) const
 

Public Attributes

double max
 
double min
 

Detailed Description

Minimum / maximum scaling information.

Definition at line 33 of file data.hpp.

Constructor & Destructor Documentation

SuperNN::SInfo::SInfo ( )

Definition at line 26 of file data.cpp.

SuperNN::SInfo::~SInfo ( )

Definition at line 30 of file data.cpp.

SuperNN::SInfo::SInfo ( double  _min,
double  _max 
)

Definition at line 34 of file data.cpp.

Member Function Documentation

double SuperNN::SInfo::scale ( const SInfo to,
double  value 
) const

Definition at line 38 of file data.cpp.

Member Data Documentation

double SuperNN::SInfo::max

Definition at line 41 of file data.hpp.

double SuperNN::SInfo::min

Definition at line 41 of file data.hpp.