上一页 1 ··· 145 146 147 148 149 150 151 152 153 ··· 342 下一页
摘要: topGO http://www.bio-info-trainee.com/699.html https://blog.csdn.net/weixin_43569478/article/details/83743975 https://blog.csdn.net/wt141643/article/d 阅读全文
posted @ 2020-11-16 10:20 emanlee 阅读(260) 评论(0) 推荐(0)
摘要: import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.FileReader;import java.io.FileWriter;import java.io.IOException;import java 阅读全文
posted @ 2020-11-13 19:25 emanlee 阅读(277) 评论(0) 推荐(0)
摘要: 在时间序列中,需要比较相似性的两段时间序列的长度可能并不相等,比较显著的例子是在语音识别领域表现为语速不同,不同人的语速不同,同一个人说同一句话的语速也会不同,那如何计算时间序列下的相似度呢?这时候会发现欧式距离有点失效了,因为长度不一致了,这时候就出现了DTW算法,它相当于对某个时间序列在时间轴进 阅读全文
posted @ 2020-11-13 19:17 emanlee 阅读(1663) 评论(0) 推荐(0)
摘要: library("packagename",quietly=TRUE) 阅读全文
posted @ 2020-11-13 17:21 emanlee 阅读(256) 评论(0) 推荐(0)
摘要: From https://blog.csdn.net/u011808596/article/details/80974250 # 先安装各个包 futile.logger - R中类似log4j的日志记录包. 官网:https://github.com/zatonovo/futile.logger 阅读全文
posted @ 2020-11-13 08:14 emanlee 阅读(4019) 评论(0) 推荐(0)
摘要: var haha=document.getElementById("Conds").value;haha=haha.replace(/<br>/g,"\n").replace(new RegExp(/( )/g),"");document.getElementById("Conds").value= 阅读全文
posted @ 2020-11-11 20:32 emanlee 阅读(391) 评论(0) 推荐(0)
摘要: 引用jar包了 import org.apache.log4j.Logger; 但是运行就报这个错 把包复制到web-inf,lib 中 阅读全文
posted @ 2020-11-10 20:18 emanlee 阅读(1574) 评论(0) 推荐(0)
摘要: R语言画图,参考: http://blog.sina.com.cn/s/blog_1704ff73a0102wtx4.html https://www.yuque.com/shenweiyan/cookbook/nvi8vg https://www.jianshu.com/p/166551f66b4 阅读全文
posted @ 2020-11-08 23:32 emanlee 阅读(449) 评论(0) 推荐(0)
摘要: Check out the JRI/rJava project which provides a Java/R interface. After you download the package, see the examples directory. Another option is to us 阅读全文
posted @ 2020-11-08 23:22 emanlee 阅读(341) 评论(0) 推荐(0)
摘要: 1、查看当前的系统时间:# date 2、 查看当前时区$ timedatectl status 3、修改时间# date -s "2019-06-25 20:13:00"4、修改时区# timedatectl set-timezone Asia/Shanghai 阅读全文
posted @ 2020-11-08 16:56 emanlee 阅读(759) 评论(0) 推荐(0)
上一页 1 ··· 145 146 147 148 149 150 151 152 153 ··· 342 下一页