|
cMHN 1.1
C++ library for learning MHNs with pRC
|
#include <prc/core/functors/eval.hpp>#include <prc/core/functors/norm.hpp>#include <prc/core/functors/sub.hpp>#include <prc/core/value/functions/eval.hpp>#include <prc/core/value/functions/norm.hpp>#include <prc/core/value/functions/sub.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class XA , class XB , If< IsInvocable< Sub, XA, XB > > = 0, If< IsInvocable< Norm<>, ResultOf< Sub, XA, XB > > > = 0, If< IsInvocable< Eval, ResultOf< Norm<>, ResultOf< Sub, XA, XB > > > > = 0> | |
| static constexpr auto | pRC::absoluteError (XA &&a, XB &&b) |