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

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

Java code now moved into org.greenstone.mars package hierarchy

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