function getEvaluationMetrics(tp,fp,tn,fn){
precision=(tp/(tp+fp));
recall=(tp/(tp+fn));
f1=2*(precision*recall/(precision+recall));
var m= new Array(3); m[0]=precision; m[1]=recall; m[2]=f1;
return m;
}
Subscribe to:
Post Comments (Atom)
Turkce-Ingilizce Tekerleme
I scream, you scream we all scream for ice scream I run, you run we all run for ayran
-
It is difficult to create robot that cleans our arbitrary dirty dishes. However , if we put some digital information on dishes (special des...
-
Real Time Transcription: In TV channels I realize that text is a little bit coming late after the speech. So , I think they are using...
-
Layoffs from cloud companies Amazon, Google and Microsoft is fade of Web2. But Metaverse is failed attempt to create Web3 so far. My perspec...
No comments:
Post a Comment