source: main/trunk/model-sites-dev/mars/COMPILE-ALL.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: 72 bytes
Line 
1#!/bin/bash
2
3. ./_set_weka_classpath.bash
4
5javac -cp "$cp_args" *.java
6
Note: See TracBrowser for help on using the repository browser.