Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@AbhiOnGithub
Created July 15, 2018 13:53
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 AbhiOnGithub/46e794d19bef889014660777c4e4d0ac to your computer and use it in GitHub Desktop.
Save AbhiOnGithub/46e794d19bef889014660777c4e4d0ac to your computer and use it in GitHub Desktop.
IrisPrediction
// IrisPrediction is the result returned from prediction operations
public class IrisPrediction
{
[ColumnName("PredictedLabel")]
public string PredictedLabels;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment