shark::Divide Class Reference

Transformation function dividing 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

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

Detailed Description

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

Definition at line 1098 of file Dataset.h.


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