1 2 3 4 5 6 7 8 9 10 11 |
int pnum = LDPs[j].size() + ((Fpt.size()==0) ? 0 : Fpt[j].size()); if(pnum==0) { ErrorLog(POSSAMPLE_NOT_ENOUGH); Log(LOGERROR,modulename,"not sufficient positive training samples"); return false; } int nnum = LDNs[j].size() + ((Fnt.size()==0) ? 0 : Fnt[j].size()); if(nnum==0) { |

Currently 0 comments