shark::Multiply Class Reference

Transformation function multiplying the elements in a dataset by a scalar or component-wise by values stores in a vector. More...

#include <shark/Data/Dataset.h>

Public Member Functions

 Multiply (double factor)
 
 Multiply (const RealVector factor)
 
RealVector operator() (RealVector input) const
 

Detailed Description

Transformation function multiplying the elements in a dataset by a scalar or component-wise by values stores in a vector.

Definition at line 1070 of file Dataset.h.


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