Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created April 10, 2020 08:05
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 Alakhator/e5ed7acd1402c5710ad2db619deacfa6 to your computer and use it in GitHub Desktop.
Save Alakhator/e5ed7acd1402c5710ad2db619deacfa6 to your computer and use it in GitHub Desktop.
if(pred>0.5)
pred=1;
else
pred=0;
cout<<"The class predicted by the model= "<<pred;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment