|
FiReS
0.2.0
FiReS - Filter, Retrieval and Search
|
Inheritance diagram for fires::ScalarNormalizer< T >:
Collaboration diagram for fires::ScalarNormalizer< T >:Public Member Functions | |
| virtual void | reset (const std::string &label) |
| virtual void | update (const std::string &label_, const Property &property_) |
| virtual Property | normalizeProperty (const std::string &label_, const Property &property_) const |
Public Member Functions inherited from fires::Normalizer | |
| virtual float | normalizeDistance (const float distance) |
| virtual void | freeNormalizedProperty (Property &) |
Protected Attributes | |
| std::map< std::string, T > | _minValue |
| std::map< std::string, T > | _maxValue |
Definition at line 70 of file Normalizer.h.