1 Star 1 Fork 0

Yulv-git/Correlation_and_Agreement_Analysis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.sh 1007 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yulv-git 提交于 2022-04-06 18:39 +08:00 . Add R、Julia、Matlab script.
###
# @Author: Shuangchi He / Yulv
# @Email: yulvchi@qq.com
# @Date: 2022-02-12 11:50:45
# @Motto: Entities should not be multiplied unnecessarily.
# @LastEditors: Shuangchi He
# @LastEditTime: 2022-04-06 18:35:29
# @FilePath: /Correlation_and_Agreement_Analysis/run.sh
# @Description: Modify here please
###
## Python
python ./Python/Correlation_Agreement.py \
--M_predict 0.125 0.95 0.55 0.60 0.78 0.46 0.88 0.50 0.93 0.35 0.975 0.725 0.285 0.166 0.666 0.888 0.233 \
--M_GT 0.127 0.97 0.53 0.57 0.72 0.49 0.91 0.52 0.90 0.37 0.982 0.718 0.277 0.175 0.666 0.88 0.2333 \
>./Python/note.log 2>&1
## R
Rscript ./R/Correlation_Agreement.R
## Julia
julia ./Julia/Correlation_Agreement.jl
## Matlab
cd ./Matlab
plot_Pearson_Correlation_Bland_Altman_Agreement([0.125, 0.95, 0.55, 0.60, 0.78, 0.46, 0.88, 0.50, 0.93, 0.35, \
0.975, 0.725, 0.285, 0.166, 0.666, 0.888, 0.233], [0.127, 0.97, 0.53, 0.57, 0.72, 0.49, 0.91, 0.52, 0.90, 0.37, \
0.982, 0.718, 0.277, 0.175, 0.666, 0.88, 0.2333])
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Yulv-git/Correlation_and_Agreement_Analysis.git
git@gitee.com:Yulv-git/Correlation_and_Agreement_Analysis.git
Yulv-git
Correlation_and_Agreement_Analysis
Correlation_and_Agreement_Analysis
main

搜索帮助