Transformation function adding a vector or a scalar to the elements in a dataset. More...
#include <shark/Data/Dataset.h>
Public Member Functions | |
| Shift (double offset) | |
| Shift (const RealVector offset) | |
| RealVector | operator() (RealVector input) const |
Transformation function adding a vector or a scalar to the elements in a dataset.