题记:
近来关于数据挖掘学习过程中,学习到朴素贝叶斯运算ROC曲线。也是本节实验课题,roc曲线的计算原理以及如果统计TP、FP、TN、FN、TPR、FPR、ROC面积等等。往往运用ROC面积评估模型准确率,一般认为越接近0.5,模型准确率越低,最好状态接近1,完全正确的模型...
分类:
编程语言 时间:
2014-10-30 22:15:38
阅读次数:
492
构造哈夫曼树的过程是这样的 一、构成初始集合 对给定的n个权值{W1,W2,W3,...,Wi,...,Wn}构成n棵二叉树的初始集合F={T1,T2,T3,...,Ti,...,Tn},其中每棵二叉树Ti中只有一个权值为Wi的根结点,它的左右子树均为空。(为方便在计算机上实现算法,一般还要求以Ti...
分类:
其他好文 时间:
2014-10-30 10:48:21
阅读次数:
252
//被代理接口
interface ClothFactory{
public void productCloth();
}
//被代理类
class NikeClothFactory implements ClothFactory{
@Override
public void productCloth() {
System.out.println("Nike 生产衣服");
}
}...
分类:
其他好文 时间:
2014-10-27 15:43:54
阅读次数:
189
原文地址:http://yushine.iteye.com/blog/1717586推荐实用IP138http://www.baidu.com/s?wd=IP&rsv_spt=1&issp=1&f=8&rsv_bp=0&ie=utf-8&tn=19045005_9_pg&rsv_enter=1&rs...
DataTables warning: table id=dateTable - Ajax error. For more information about this error, please see http://datatables.net/tn/7http://datatables.net...
分类:
数据库 时间:
2014-10-01 00:22:20
阅读次数:
298
计划任务的bat为:taskkill /f /im regedit.exeschtasks /end /tn RestartMailService"C:/windows/regedit.exe"这样就会每分钟打开一次注册表
转载请注明出处:http://blog.csdn.net/yuanwofei/article/details/16343743一、通用apihttp://image.baidu.com/i?tn=resultjsonavstar&ie=utf-8&word=刘德华&pn=0&rn=60说明:格式为j...
这题 绝逼是以前高中学到数列的时候做的难题...就是忘记了 我一开始就直接开了个数组做 导致了mle 然后就觉得应该是去找数学公式了这题的 数学推导过程很复杂的... 我直接写纸上了设Tn = 1 + (1+2) + (1+2+3) + .....(1+2+3+...n)所以发现 效果很差啊...我...
分类:
其他好文 时间:
2014-09-02 22:49:45
阅读次数:
296
Sport shoes blue white dotted detailsAir Jordan 11 Legend Bluewill officially debut next Saturday. White and blue color of the first section is still ...
分类:
其他好文 时间:
2014-08-24 23:27:23
阅读次数:
300