Multiply a floating point scaling factor to to the data.
More...
#include <ScalingTransform.h>
Multiply a floating point scaling factor to to the data.
Transforms data by multiplying it by a scaling factor.
Definition at line 16 of file Transforms/ScalingTransform.h.
◆ ScalingTransform() [1/2]
Ingester::ScalingTransform::ScalingTransform |
( |
const double |
scaling_ | ) |
|
|
explicit |
◆ ~ScalingTransform() [1/2]
Ingester::ScalingTransform::~ScalingTransform |
( |
| ) |
|
|
default |
◆ ScalingTransform() [2/2]
Ingester::ScalingTransform::ScalingTransform |
( |
const double |
scaling | ) |
|
|
explicit |
Constructor.
- Parameters
-
scaling | Value to multiply by. |
◆ ~ScalingTransform() [2/2]
Ingester::ScalingTransform::~ScalingTransform |
( |
| ) |
|
|
default |
◆ apply() [1/2]
◆ apply() [2/2]
Modify data according to the rules of the transform.
- Parameters
-
array | Array of data to modify. |
Implements Ingester::Transform.
◆ scaling_
const double Ingester::ScalingTransform::scaling_ |
|
private |
The documentation for this class was generated from the following files: