1 Star 0 Fork 0

sorossvp/copy yasuko matsubara orbitmap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
X_demo.sh 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
Yasuko Matsubara 提交于 2020-05-19 09:41 . X_demo.sh
#!/bin/sh
##############################################################
# Author: Yasuko Matsubara
# URL: https://www.dm.sanken.osaka-u.ac.jp/~yasuko/
# Date: 2020-04-24
#------------------------------------------------------------#
# Copyright (C) 2020 Yasuko Matsubara & Yasushi Sakurai
# OrbitMap is freely available for non-commercial purposes
##############################################################
OUTDIR="./_out/tmp/"
mkdir $OUTDIR
#-------------------#
# input parameter settings
# outdir: output directory
# seqfnORG: original sequence file name
# mscale: multi-scale-modeling (default: 1)
# est_st: start estimation (preprocessing, find opt rho, etc.)
# est_n: estimation length (preprocessing, find opt rho, etc.)
# cast_st: start forecast (real-time modeling and forecasting)
# cast_n: forecast length (real-time modeling and forecasting)
# lstep: lsteps-ahead forecasting
#-------------------#
#--- synthetic data
seqfnORG="_dat/synthetic_X3"
outdir="./_out/tmp/syn/"
lstep=10; est_st=0; est_n=500; cast_st=$est_n; cast_n=$est_n;
lstep=10
#-------------------#
#--- google trends data (13weeks/3months-ahead forecasting)
#seqfnORG="../../DATA/google/seq/outdoor.dat"
#outdir="./_out/tmp/google_t_o/"
#lstep=13; est_st=0; est_n=260; cast_st=$est_n; cast_n=$est_n;
#--- google trends data (13weeks/3months-ahead forecasting)
#seqfnORG="../../DATA/google/seq/sports.dat"
#outdir="./_out/tmp/google_t_s/"
#lstep=13; est_st=0; est_n=260; cast_st=$est_n; cast_n=$est_n;
#-------------------#
mkdir $outdir
echo "------------------"
echo "OrbitMap START: "
echo "label:" $label
echo "outdir:" $outdir
echo "------------------"
#-------------------#
#-------------------#
mscale=1
mode="1-1-1"
#mode="0-0-1"
#mode="1-1-1" # est + scan + viz
sh main_om.sh $mode $outdir $seqfnORG $lstep $est_st $est_n $cast_st $cast_n $mscale #> $outdir"log.txt"
echo "=================="
echo " OrbitMap END "
echo "=================="
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/sorossvp/copy-yasuko-matsubara-orbitmap.git
[email protected]:sorossvp/copy-yasuko-matsubara-orbitmap.git
sorossvp
copy-yasuko-matsubara-orbitmap
copy yasuko matsubara orbitmap
master

搜索帮助