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

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

Code refactored, and then valence version of training and applying model developed

  • 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.WekaTrainValanceModel \
6 "collect/deam/etc/deam-essentia-features-arousal-valence.arff" \
7 "reptree-valance-serialized.model"
8
9
Note: See TracBrowser for help on using the repository browser.