shark::TruncateAndRescale Class Reference

Transformation function first truncating and then rescaling elements in a dataset. More...

#include <shark/Data/Dataset.h>

Public Member Functions

 TruncateAndRescale (double minCutValue, double maxCutValue, double minValue=0., double maxValue=1.)
 
 TruncateAndRescale (const RealVector minv, const RealVector maxv, double minValue=0., double maxValue=1.)
 
RealVector operator() (RealVector input) const
 

Detailed Description

Transformation function first truncating and then rescaling elements in a dataset.

Definition at line 1234 of file Dataset.h.


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