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

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

Initial cut at files to produce a Weka classifier model (based on the DEAM dataset) to predict arousal and valence in the amc-essentia collection

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