source: main/trunk/model-sites-dev/mars/RUN-TRAIN-VALENCE-MODEL.sh@ 34797

Last change on this file since 34797 was 34797, checked in by davidb, 3 years ago

Fixed up spelling mixup valance -> valence

  • Property svn:executable set to *
File size: 223 bytes
Line 
1#!/bin/bash
2
3. ./_set_weka_classpath.bash
4
5java -cp "$cp_args" org.greenstone.mars.WekaTrainValenceModel \
6 "collect/deam/etc/deam-essentia-features-arousal-valence.arff" \
7 "reptree-valence-serialized.model"
8
9
Note: See TracBrowser for help on using the repository browser.