|
blace.ai
|
#include <public_ops.h>
Public Member Functions | |
| NormalizeToZeroOneOP (OpP input) | |
| NormalizeToZeroOneOP (OpP input, double min, double max) | |
| NormalizeToZeroOneOP (OpP input, OpP min_in, OpP max_in, double min_out, double max_out) | |
| NormalizeToZeroOneOP (OpP input, double min_in, double max_in, double min_out, double max_out) | |
| NormalizeToZeroOneOP (OpP input, double min_in, double max_in, OpP min_out, OpP max_out) | |
| NormalizeToZeroOneOP (NormalizeToZeroOneOP const &e) | |
Maps the values in the input operator to a the zero-one range based on the minimum and maximum values of the input operator.
| blace::ops::NormalizeToZeroOneOP::NormalizeToZeroOneOP | ( | OpP | input | ) |
Constructs an operator which maps the input to the zero-one range.
| input | The input node. |
| blace::ops::NormalizeToZeroOneOP::NormalizeToZeroOneOP | ( | OpP | input, |
| double | min, | ||
| double | max | ||
| ) |
Constructs an operator which maps the input to the zero-one range.
| input | The input node. |
| min | input The input node. |
| max | input The input node. |
| blace::ops::NormalizeToZeroOneOP::NormalizeToZeroOneOP | ( | OpP | input, |
| OpP | min_in, | ||
| OpP | max_in, | ||
| double | min_out, | ||
| double | max_out | ||
| ) |
Constructs an operator which maps the input to the zero-one range.
| input | The input node. |
| min_in | input The input node. |
| max_in | input The input node. |
| min_out | input The input node. |
| max_out | input The input node. |
| blace::ops::NormalizeToZeroOneOP::NormalizeToZeroOneOP | ( | OpP | input, |
| double | min_in, | ||
| double | max_in, | ||
| double | min_out, | ||
| double | max_out | ||
| ) |
Constructs an operator which maps the input to the zero-one range.
| input | The input node. |
| min_in | input The input node. |
| max_in | input The input node. |
| min_out | input The input node. |
| max_out | input The input node. |
| blace::ops::NormalizeToZeroOneOP::NormalizeToZeroOneOP | ( | OpP | input, |
| double | min_in, | ||
| double | max_in, | ||
| OpP | min_out, | ||
| OpP | max_out | ||
| ) |
Constructs an operator which maps the input to the zero-one range.
| input | The input node. |
| min_in | input The input node. |
| max_in | input The input node. |
| min_out | input The input node. |
| max_out | input The input node. |
| blace::ops::NormalizeToZeroOneOP::NormalizeToZeroOneOP | ( | NormalizeToZeroOneOP const & | e | ) |
Default copy constructor explicitly defined for dll exporting.
| e | The copy class. |