|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/functors/relative_error.hpp>#include <prc/core/value/functions/relative_error.hpp>#include <prc/core/value/limits.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class XE , class XA , IsValue TT = Value<RemoveReference<XE>>> requires IsInvocable<RelativeError, XE, XA> | |
| static constexpr auto | pRC::isApprox (XE &&expected, XA &&approx, TT const &tolerance=NumericLimits< TT >::tolerance()) |