上一页 1 ··· 152 153 154 155 156 157 158 159 160 ··· 341 下一页
摘要: ln -s /usr/local/python3/bin/python3 /usr/bin/python # 测试 [root@operation bin]# pip3 -V pip 18.1 from /usr/local/python3/lib/python3.6/site-packages/p 阅读全文
posted @ 2020-08-28 16:17 emanlee 阅读(212) 评论(0) 推荐(0)
摘要: pip install -U scikit-learn yum -y install gcc gcc-c++ (如果已经安装gcc跳过此步骤) yum -y install numpy python-devel scipy python3 -m pip install scikit-learn 阅读全文
posted @ 2020-08-28 15:37 emanlee 阅读(1056) 评论(0) 推荐(0)
摘要: pysam - a python module for reading, manipulating and writing genomic data sets. pysam is a lightweight wrapper of the htslib C-API and provides facil 阅读全文
posted @ 2020-08-28 11:11 emanlee 阅读(6949) 评论(0) 推荐(0)
摘要: Hard voting is where a model is selected from an ensemble to make the final prediction by a simple majority vote for accuracy. Soft Voting can only be 阅读全文
posted @ 2020-08-09 23:00 emanlee 阅读(930) 评论(0) 推荐(0)
摘要: * s(i,j):数据点i与数据点j的相似度值,一般使用欧氏距离的的负值表示,即s(i,j)值越大表示点i与j的距离越近,AP算法中理解为数据点j作为数据点i的聚类中心的能力; * 相似度矩阵:作为算法的初始化矩阵,n个点就有由n乘n个相似度值组成的矩阵; * Preference参考度或称为偏好参 阅读全文
posted @ 2020-08-03 18:37 emanlee 阅读(708) 评论(0) 推荐(0)
摘要: Excel中设置表格边框线的粗细 设置页码: 点击页面布局——页面设置——打开页面设置的界面——选中页眉/页脚 批量替换,换行符 查找内容按住Alt键不放,用数字小键盘输入10,这时什么内容也看不见,因为换行符本身就是看不见的东西 阅读全文
posted @ 2020-08-03 16:00 emanlee 阅读(2520) 评论(0) 推荐(0)
摘要: https://people.revoledu.com/kardi/tutorial/Clustering/Online-Hierarchical-Clustering.html https://biit.cs.ut.ee/clustvis/ https://www.wessa.net/rwasp_ 阅读全文
posted @ 2020-08-01 10:23 emanlee 阅读(349) 评论(0) 推荐(0)
摘要: According to https://caseconverter.com/ “Upper Case” WHICH CONVERTS ALL THE LETTER INTO CAPITALS LIKE THIS. “Lower Case” which converts all the letter 阅读全文
posted @ 2020-07-30 16:21 emanlee 阅读(201) 评论(0) 推荐(0)
摘要: df1<-data.frame(id=c(1,2,3,4), value=c(10,20,30,40)) df2<-data.frame(col1=c(1,2,3,4), col2=c(4,3,2,1)) df2[] <- lapply(df2, function(x) { inds <- matc 阅读全文
posted @ 2020-07-29 21:35 emanlee 阅读(177) 评论(0) 推荐(0)
摘要: 命令比较长时,显示不全(全称,全名),可以用 top -c 阅读全文
posted @ 2020-07-29 20:24 emanlee 阅读(6956) 评论(0) 推荐(0)
上一页 1 ··· 152 153 154 155 156 157 158 159 160 ··· 341 下一页