|
OpenNN
Open-source neural networks library
|
#include "statistics.h"Go to the source code of this file.
Namespaces | |
| namespace | opennn |
Functions | |
| void | opennn::scale_mean_standard_deviation (MatrixMap, Index, const Descriptives &) |
| void | opennn::scale_standard_deviation (MatrixMap, Index, const Descriptives &) |
| void | opennn::scale_minimum_maximum (MatrixMap, Index, const Descriptives &, float=-1.0f, float=1.0f) |
| void | opennn::scale_logarithmic (MatrixMap, Index) |
| void | opennn::unscale_minimum_maximum (MatrixMap, Index, const Descriptives &, float=-1.0f, float=1.0f) |
| void | opennn::unscale_mean_standard_deviation (MatrixMap, Index, const Descriptives &) |
| void | opennn::unscale_standard_deviation (MatrixMap, Index, const Descriptives &) |
| void | opennn::unscale_logarithmic (MatrixMap, Index) |
| void | opennn::unscale_image_minimum_maximum (MatrixMap, Index) |