public double GetNetworkError(Array3D expected, Array3D output)
 {
     return(ErrorFunction.GetNetworkError(expected, output));
 }