SMILX  1.01
Functions
Measure Methods

Common measurement functions such as MSE etc. More...

Functions

static Type milx::Math< Type >::MeanSquaredError (vtkPoints *sourcePoints, vtkPoints *targetPoints)
 Compute the MSE of the given points sets. More...
 

Detailed Description

Common measurement functions such as MSE etc.

Function Documentation

◆ MeanSquaredError()

template<class Type >
Type milx::Math< Type >::MeanSquaredError ( vtkPoints *  sourcePoints,
vtkPoints *  targetPoints 
)
static

Compute the MSE of the given points sets.

The MSE is computed across all points between the two point sets.

For each point

Accumulate distance squared for each point across all sets

Definition at line 541 of file milxMath.h.