Hoffman2:WEKA: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
(Initial writing)
 
Line 22: Line 22:
== Command Line ==
== Command Line ==
Calling any of the usual WEKA command line tools will work in submitted jobs so long as you properly source the WEKA jar file at: <br />
Calling any of the usual WEKA command line tools will work in submitted jobs so long as you properly source the WEKA jar file at: <br />
<code><pre>/u/home/FMRI/apps/weka/current</pre></code>
<code><pre>/u/home/FMRI/apps/weka/current/weka.jar</pre></code>

Revision as of 23:06, 9 August 2011

GUI

To run the WEKA GUI from Hoffman2

  1. Make sure that you enabled X11 forwarding by including the -Y flag in your SSH command:
     $ ssh -Y joebruin@hoffman2.idre.ucla.edu 
  2. Request an interactive node to run on with the following command:
     $ qrsh -l i 
  3. Wait for the new node to appear. Your prompt will change from:
     [joebruin@login4 ~] $ 

    to something like

     [joebruin@n1234 ~] $ 
  4. Run the command:
     $ java -jar /u/home/FMRI/apps/weka/current/weka.jar 

    And the current version of WEKA should start up and the GUI will appear.


Command Line

Calling any of the usual WEKA command line tools will work in submitted jobs so long as you properly source the WEKA jar file at:

/u/home/FMRI/apps/weka/current/weka.jar