Skip to content

Instantly share code, notes, and snippets.

@JIOO-phoeNIX
Created November 6, 2020 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JIOO-phoeNIX/db7c7ba6fe4bd8bd71025afed8084063 to your computer and use it in GitHub Desktop.
Save JIOO-phoeNIX/db7c7ba6fe4bd8bd71025afed8084063 to your computer and use it in GitHub Desktop.
public class EvaluateOutput
{
public float MeanAbsoluteError { get; set; }
public double RootMeanSquaredError { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment