2012年10月19日

Several concepts in Data Mining

摘要: Data Mining tasksPredictive tasks:---Classification (which is used for discrete target variables)---Regression (which is used for continuous target variables)Descriptive tasks:---Association analysis (to discover patterns that describe strongly associated features in the data)---Cluster analysis (to 阅读全文

posted @ 2012-10-19 21:16 liangzh123 阅读(605) 评论(0) 推荐(0)

LINUX 查看硬件配置命令

摘要: 系统 # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname # 查看计算机名 # lspci -tv # 列出所有PCI设备 # lsusb -tv # 列出所有USB设备 # lsmod # 列出加载的内核模块 # env # 查看环境变量资源 # free -m # 查看内存使用量和交换区使用量 # df -h # 查看各分区使用情况 # du -sh <目录名> # 查看指定目录的大小 # grep MemTot... 阅读全文

posted @ 2012-10-19 20:37 liangzh123 阅读(180) 评论(0) 推荐(0)

导航