|
template<typename MatType > |
double | Pooling (const MatType &input) |
|
template<typename MatType > |
void | Unpooling (const MatType &input, const double value, MatType &output) |
|
Definition at line 37 of file glimpse.hpp.
template<typename MatType >
double mlpack::ann::MeanPoolingRule::Pooling |
( |
const MatType & |
input | ) |
|
|
inline |
template<typename MatType >
void mlpack::ann::MeanPoolingRule::Unpooling |
( |
const MatType & |
input, |
|
|
const double |
value, |
|
|
MatType & |
output |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: