正如我前面提到的,了开方检验(CHI)以外,信息增益(IG,Information Gain)也是非常有效的特征选择方法。但凡是特征选择,总是在将特征的重要程度量化之后再进行选择,而怎样量化特征的重要性,就成了各种方法间最大的不同。开方检验中使用特征与类别间的关联性来进行这个量化。关联性越强。特征得...
分类:
其他好文 时间:
2015-06-16 14:18:10
阅读次数:
142
查看所有数据库中所有表的数据库名和表名SELECT `TABLES`.`TABLE_SCHEMA`, `TABLES`.`TABLE_NAME`FROM `information_schema`.`TABLES`查看所有数据库中所有基本表的数据库名和表名SELECT `TABLES`.`TAB...
分类:
数据库 时间:
2015-06-16 01:09:30
阅读次数:
193
mysql> SELECT concat('KILL ',id,';') FROM information_schema.processlist WHERE user='root';+------------------------+| concat('KILL ',id,';') |+------...
分类:
数据库 时间:
2015-06-15 18:12:46
阅读次数:
173
变成入门的时候可能经常遇到的错误:
this application has requested the runtime to terminate it in an unusual way. Please contact the application's support team for more information这是由于程序在运行时发生了未知的错误,例如:打开不存在的文件,爆栈,除数为...
分类:
编程语言 时间:
2015-06-15 09:19:44
阅读次数:
120
#!/bin/bash
#author:
#date:2015-6-13
#filename:ip.sh
#############################
ifconfig_cmd=`whichifconfig`
$ifconfig_cmd>ifconfig.me
###################################
functionobtain_ip_information(){
ifgrep-q‘bond‘ifconfig.me
then
bond_name=`catif..
分类:
系统相关 时间:
2015-06-14 00:43:11
阅读次数:
222
1 2 3 4 5 ajax 6 7 8 70 71 在同级目录下应该有一个名称为 data.txt的文件文件内容可自定义,运行成功后会出现在警告框中博主的文件内容是: Get the information successfully.
分类:
Web程序 时间:
2015-06-12 22:15:49
阅读次数:
116
WEB front-end developmentWEB前端开发User Experience Design用户体验设计User Interface Design用户界面设计Interaction Design交互设计Usability Design可用性设计Information Architec...
分类:
Web程序 时间:
2015-06-12 20:50:01
阅读次数:
202
故障码:
严重: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Cannot find any information on property 'User' in a bean of type 'com.entity.user'
at org.apache.jasper....
分类:
其他好文 时间:
2015-06-11 19:37:02
阅读次数:
135
介绍 全名是System Information Gatherer And Reporter,中文名是系统信息收集和报表工具。我是一个开源的工具,提供了跨平台的系统信息收集的API, 可以收集的信息包括: 1.操作系统的信息,包括:dataModel、c...
分类:
其他好文 时间:
2015-06-11 14:58:42
阅读次数:
127
随着互联网+时代的来临,互联网已经从Information Technology (IT)时代过度到Data Technology (DT)时代,数据量也以几何量级递增,数据整体呈现出5V特征,大体量(Volume)、多样性(Variety)、时效性(Velocity)、准确性(Veracity),大价值(Value)。大体量体现为数据量可以从TB到PB,甚至到EB规模,google资料显示,其每天搜索提供的数量达到30PB(1P=1024TB), 这些数据如果打印出来将超过5千万亿张A4纸,但是资料同时也...
分类:
其他好文 时间:
2015-06-10 21:05:35
阅读次数:
189