|
cMHN 1.1
C++ library for learning MHNs with pRC
|
#include <prc/core/basic/type_traits.hpp>#include <prc/core/functors/add.hpp>#include <prc/core/functors/fold.hpp>#include <prc/core/value/functions/div.hpp>#include <prc/core/value/functions/fold.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class... Xs, If< IsInvocable< Fold< Add >, Xs... > > = 0> | |
| static constexpr auto | pRC::mean (Xs &&...args) |