Blame view

config/archives/pv_from_xv_config.sh 312 Bytes
95142dfdc   Mathias Quillot   maj. No comment
1
2
3
4
5
6
7
8
9
10
11
12
13
  
  # Framework configuration
  OUTDIR="exp/kmeans_euclidian/pv_from_xv"
  DATADIR="data"
  NEW_LSTDIR="${OUTDIR}/lst"
  
  VECTOR_FILES_BEGIN="${DATADIR}/pv_from_xv/me_pv_teacher"
  VECTOR_FILES_END=".txt"
  VECTOR_FILE="" # To specify if there's only one
  VECTOR_FILES_ONE=false # Specify there's only one file
  
  KMIN=2
  KMAX=100