Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created December 3, 2019 10:00
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 GroupDocsGists/0efaa29efc8a6f56ca8a5aaa588e916d to your computer and use it in GitHub Desktop.
Save GroupDocsGists/0efaa29efc8a6f56ca8a5aaa588e916d to your computer and use it in GitHub Desktop.
var response = classifier.Classify("Medicine is an important part of our life");
Console.WriteLine(response.BestClassName, response.BestClassProbability);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment