All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fcl::Scaler< N > Struct Template Reference

#include <hpp/fcl/learning/classifier.h>

Public Member Functions

 Scaler ()
 
 Scaler (const Vecnf< N > &v_min_, const Vecnf< N > &v_max_)
 
Vecnf< N > scale (const Vecnf< N > &v) const
 
Vecnf< N > unscale (const Vecnf< N > &v) const
 

Public Attributes

Vecnf< N > v_min
 
Vecnf< N > v_max
 

Constructor & Destructor Documentation

template<std::size_t N>
fcl::Scaler< N >::Scaler ( )
inline
template<std::size_t N>
fcl::Scaler< N >::Scaler ( const Vecnf< N > &  v_min_,
const Vecnf< N > &  v_max_ 
)
inline

Member Function Documentation

template<std::size_t N>
Vecnf<N> fcl::Scaler< N >::scale ( const Vecnf< N > &  v) const
inline
template<std::size_t N>
Vecnf<N> fcl::Scaler< N >::unscale ( const Vecnf< N > &  v) const
inline

Member Data Documentation

template<std::size_t N>
Vecnf<N> fcl::Scaler< N >::v_max
template<std::size_t N>
Vecnf<N> fcl::Scaler< N >::v_min