pv_from_xv_config.sh 312 Bytes
# 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