数学之路(3)-机器学习(3)-机器学习算法-贝叶斯定理(5)
maxgl=0. mychoice=0 for ti in xrange(0,len(yb_txt)): if testgl[ti]>maxgl: maxgl=testgl[ti] mychoice=ti print "%s:%s"%(testfn,txt_class[mychoice][0])