You are here: Start » FIL.NET » FIS.Point3DGridRMSE Method
FIS.Point3DGridRMSE Method
Computes point-to-point RMSE between two point grids.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void Point3DGridRMSE ( FilNet.Point3DGrid inReference, FilNet.Point3DGrid inPoints, out double outRMSE )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inReference | FilNet.Point3DGrid | Reference grid. | ||
![]() | inPoints | FilNet.Point3DGrid | Data points for which the RMSE will be computed. | ||
![]() | outRMSE | double | Root-mean-square error of distances between inPoints and inReference. |