码迷,mamicode.com
首页 >  
搜索关键字:stat    ( 16589个结果
机器学习:用随机森林来选择特征
引言 之前了解到决策树在选择最好的特征进行数据集的划分就说到这种方法可以用来进行特征选择,然后看了breiman主页上相关的介绍,觉得这不愧是权威啊,不愧是随机森林算法的提出者,讲的很清楚,网址如下 http://www.stat.berkeley.edu/~breiman/RandomForest...
分类:其他好文   时间:2015-04-28 22:32:08    阅读次数:143
机器学习:随机森林
引言 随机森林在机器学习实战中没有讲到,我是从伯克利大学的一个叫breiman的主页中看到相关的资料,这个breiman好像是随机森林算法的提出者,网址如下 http://www.stat.berkeley.edu/~breiman/RandomForests/cc_home.htm 随机森林算法简...
分类:其他好文   时间:2015-04-28 20:54:09    阅读次数:260
CRS-0184: Cannot communicate with the CRS daemon.之节点脱离集群问题解决
1、系统环境:                         OEL6.5企业版                         Oracle11.2.0.2 RAC + ASM 2、报错信息: $ crs_stat -t                 CRS-0184: Cannot communicate with the CRS daemon.             ...
分类:其他好文   时间:2015-04-27 13:25:01    阅读次数:438
Linux 命令 - ps: 显示当前进程的快照
命令格式ps [options]实例a) 查看所有的进程huey@huey-K42JE:~$ ps aux | headUSER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot 1 0....
分类:系统相关   时间:2015-04-25 00:00:08    阅读次数:357
Strace--系统调用分析问题集锦
-----------------------------------------------------------------------------------------------------今天,有一个模块启动时间不稳定。通过strace查看后,发现频繁打印stat("/etc/loca...
分类:其他好文   时间:2015-04-23 10:51:08    阅读次数:126
调整目录文件时间戳脚本 python
#coding=utf-8 import sys,datetime,time,os,os.path,stat,re repattern = re.compile(r‘.*[\.]{1}([^\.]+)‘) def changeFileTime(path, ctime): for parent,dirnames,filenames in os.walk(path): ...
分类:编程语言   时间:2015-04-22 11:50:50    阅读次数:162
ios&android c++文件操作
#include #include #include #include #include #include #include #include #include #include #include //判断是否为目录 bool is_dir(const char *path) { struct stat statbuf; if(lstat(path, &statb...
分类:移动开发   时间:2015-04-22 09:39:45    阅读次数:196
通过DBMS_STAT函数关闭执行任务
通过以下语句查看到发生物理读较大的SQL语句selectexecutions, disk_reads, buffer_gets, round((buffer_gets-disk_reads)/buffer_gets,2)Hit_radio, round(disk_reads/executions,2)reads_per_run, sql_text, sql_id, last_load_time Fromv$sqlarea Whereexecutions>0 andb..
分类:数据库   时间:2015-04-20 19:01:49    阅读次数:237
BNUOJ33566 Cycling Roads(并查集+判断两线段相交)
Cycling Roads Time Limit: 1000ms Memory Limit: 65536KB This problem will be judged on Ural. Original ID: 1966 64-bit integer IO format: %lld      Java class name: (Any) Prev Submit Stat...
分类:其他好文   时间:2015-04-19 22:53:32    阅读次数:169
(三) 一起学 APUE 之 文件和目录
.....前面两篇博文讲了文件 IO 的基本操作,但是它们操作的都是文件本身所存储的有效数据。而文件系统保存文件的时候不仅仅要存储文件内的数据,还要存储许多亚数据,即文件属性和其它特征数据。这篇博文 LZ 就带领大家讨论文件系统亚数据的操作。1.stat(2)1 stat, fstat, lstat...
分类:其他好文   时间:2015-04-19 13:00:15    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!