Cortex  10.0.0-a4
Public Member Functions | List of all members
IECore::MeanSquaredError< T, ReturnType, Enable > Struct Template Reference

#include <MeanSquaredError.h>

Public Member Functions

ReturnType operator() (const T &a, const T &b) const
 

Detailed Description

template<typename T, typename ReturnType = float, typename Enable = void>
struct IECore::MeanSquaredError< T, ReturnType, Enable >

A function object which computes the Mean Squared Error between two quantities. Specialisations exist for simple numeric data, vectors thereof, numeric TypedData and numeric VectorTypedData.


The documentation for this struct was generated from the following file: