2019年4月25日

R并行计算

摘要: # 参考文献: https://cosx.org/2016/09/r-and-parallel-computinghttps://blog.csdn.net/sinat_26917383/article/details/52719232 数据分析即服务(DAAS:Data Analyst as a 阅读全文

posted @ 2019-04-25 10:54 iUpoint 阅读(204) 评论(0) 推荐(0)

VMware虚拟机安装linux系统

摘要: 1. vmware+linux下载 centos 7 下载 centos软件包下载 其他镜像地址 安装软件包:rpm -ivh wget-1.14-18.el7.x86_64.rpm VMware Workstation 15.0.4 pro 下载 | 密码首字母大写 2. vmware+linux 阅读全文

posted @ 2019-04-25 10:44 iUpoint 阅读(286) 评论(0) 推荐(0)

爬虫资料

摘要: python爬虫从入门到放弃系列 Python 爬虫基础Selenium库的使用 python学习指南 selenium.webdriver chromedriver INDEX url encode/decode FontEditor、json验证、Unicode编码转换、regExr 网络爬虫教 阅读全文

posted @ 2019-04-25 10:36 iUpoint 阅读(244) 评论(0) 推荐(0)

2019年4月24日

R-shiny服务器安装及配置

摘要: R的shiny 服务器管理-入门http://www.bio-info-trainee.com/1683.html sudo systemctl start shiny-serversudo systemctl stop shiny-serversudo systemctl restart shin 阅读全文

posted @ 2019-04-24 17:04 iUpoint 阅读(570) 评论(0) 推荐(0)

2019年3月29日

数模国赛——致病基因

摘要: ## 读取数据 setwd("D:/Dasktop/数学建模/国赛2016/2016试题/B/B题附件") phenotype cc){ wh=c(wh,i) } } #length(wh);wh;colnames(genotype)[wh] ## 优比检验 cc=qchisq(alpha, df=1) #c(0.95,0.99,0.999) wh1=c() for(i in... 阅读全文

posted @ 2019-03-29 12:25 iUpoint 阅读(278) 评论(0) 推荐(0)

mysql 生成时间序列数据 - 存储过程

摘要: 由于时间自动转换为int值, 做一步转化,也可在调用时处理 use `test`; CREATE table test.test1 as SELECT state, id, `规格条码`, `色号条码`, `货号`, `在售平台`, `平台售价`, DATE_ADD('1900-01-01', In 阅读全文

posted @ 2019-03-29 12:03 iUpoint 阅读(1913) 评论(0) 推荐(0)

R实用小技巧

摘要: 输出重定向 全排列 链接 R 字符处理函数 阅读全文

posted @ 2019-03-29 12:00 iUpoint 阅读(155) 评论(0) 推荐(0)

python将文件夹下的所有csv文件存入mysql和oracle数据库

摘要: #oracle版 首先新建python脚本(d:/python/orclImport.py) 在命令行执行 python d:/python/orclImport.py # mysql版 阅读全文

posted @ 2019-03-29 11:59 iUpoint 阅读(692) 评论(0) 推荐(0)

遗传算法求解最优化问题

摘要: tic clc,clear load sj.txt %加载敌方100个目标的数据 x=sj(:,1:2:8);x=x(:); y=sj(:,2:2:8);y=y(:); sj=[x y]; d1=[70,40]; sj0=[d1;sj;d1]; %距离矩阵d sj=sj0*pi/180; d=zeros(102); for i=1:101 for j=i+1:102 te... 阅读全文

posted @ 2019-03-29 11:53 iUpoint 阅读(1345) 评论(1) 推荐(0)

R随机森林交叉验证 + 进度条

摘要: 交叉验证伪代码 阅读全文

posted @ 2019-03-29 11:52 iUpoint 阅读(2511) 评论(0) 推荐(0)

导航