GITLAB
Quillot Mathias
/ Clustering
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Wall
Snippets
master
e63ab06fc786597258d861e68c335de9e2afceb4
clustering
run_kfold.sh
e63ab06fc
New organisation of the project
Browse Code ยป
Mathias Quillot
2020-01-20 14:50:05 +0100
run_kfold.sh
72 Bytes
edit
raw
blame
history
1
2
3
4
5
6
7
for kfold in `seq 1 4` do echo "KFOLD: ${kfold}" source run.sh done