当前位置:网站首页>lefse分析本地实现方法带全部安装文件和所有细节,保证成功。
lefse分析本地实现方法带全部安装文件和所有细节,保证成功。
2022-06-27 23:01:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
本人在win7-64和win10-64均完整安装使用,其他系统本人能力所限没安装成功。 lefse本地分析包。(https://download.csdn.net/download/weixin_43585681/11530367) 安装python2.7。(https://download.csdn.net/download/weixin_43585681/11530532) R语言3.6.1(https://mirrors.tuna.tsinghua.edu.cn/CRAN/bin/windows/base/R-3.6.1-win.exe) 这个是我总结的安装需求
- R 语言: splines, stats4, survival, mvtnorm, modeltools, coin, MASS
- python libraries: rpy2 , numpy(1.11), matplotlib (1.5), argparse 其中R语言应该只需要安装mvtnorm, modeltools, coin就可以了
R的安装脚本如下: install.packages(“mvtnorm”) install.packages(“modeltools”) install.packages(“coin”)
那么R的就需求包已经安装完成接下来python的四个包需要注意了,我们倒着说。 其中argparse应该是自带的不需要安装的 可以如下图所示验证一下就可以了
matplotlib 可以在线安装的,安装脚本如下 pip install matplotlib==1.5 这里看清楚了是安装1.5版本的&#x
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/133016.html原文链接:https://javaforall.cn
边栏推荐
- 云原生运维文章计划
- Is it reliable to invest in exchange traded ETF funds? Is it safe to invest in exchange traded ETF funds
- Squid proxy server (Web cache layer for cache acceleration)
- Ceiling scheme 1
- 【MySQL】-【函数】
- Ten MySQL locks, one article will give you full analysis
- Esxi based black Qunhui DSM 7.0.1 installation of VMware Tools
- Mongodb- install a mongodb database locally on the windows computer
- Summary of wuenda's machine learning course (14)_ Dimensionality reduction
- LATEX 表格内容居左,中,右
猜你喜欢
Ten MySQL locks, one article will give you full analysis
SPuG - lightweight automatic operation and maintenance platform
How to build dual channel memory for Lenovo Savior r720
完全二叉树的节点个数[非O(n)求法 -> 抽象二分]
electron窗口背景透明无边框(可用于启动页面)
Class文件结构和字节码指令集
Overview and deployment of GFS distributed file system
每次启动项目的服务,电脑竟然乖乖的帮我打开了浏览器,100行源码揭秘!
Taro--- day1--- construction project
JVM的内存模型简介
随机推荐
Arduino uno realizes simple touch switch through direct detection of capacitance
网页鼠标点击特效案例收集(直播间红心同理)
Efficient supplier management in supply chain
SPuG - lightweight automatic operation and maintenance platform
Introduction to data warehouse
#795 Div.2 E. Number of Groups set *
Is the stock investment exchange group safe? Is it reliable to open an account for free?
#795 Div.2 E. Number of Groups set *
Modern programming language: rust
Proe/creo product structure design - continuous research
Installation and use of Zotero document management tool
【DNS 解析】将Name.com的域名接入DNSPod解析
Distortion model of SDF learning
What is a through-hole conductive slip ring?
[untitled]
无人机专用滑环定制要求是什么
Informatics Olympiad all in one 1359: enclosed area
DeepMind | 通过去噪来进行分子性质预测的预训练
怎样能低成本构建一个电商平台
Taro--- day2--- compile and run