Diferencia entre revisiones de «Wiki Weka»

De Grupo de Inteligencia Computacional (GIC)
Sin resumen de edición
Sin resumen de edición
Línea 1: Línea 1:
== How To Install in Ubuntu 8.10 with LibSVM ==
== How To Install in Ubuntu 8.10 with LibSVM ==


; [http://www.cs.waikato.ac.nz/ml/weka/ Download Weka]
* [http://www.cs.waikato.ac.nz/ml/weka/ Download Weka]


; [http://www.csie.ntu.edu.tw/~cjlin/libsvm/ Download LibSVM]
* [http://www.csie.ntu.edu.tw/~cjlin/libsvm/ Download LibSVM]


; Extract the archives.
* Extract the archives.


; Create a launcher with the command:
* Create a launcher with the command:


   java -classpath $CLASSPATH:<path_to_weka>/weka.jar:<path_to_libsvm>/java/libsvm.jar weka.gui.GUIChooser
   java -classpath $CLASSPATH:<path_to_weka>/weka.jar:<path_to_libsvm>/java/libsvm.jar weka.gui.GUIChooser

Revisión del 14:34 12 ene 2009

How To Install in Ubuntu 8.10 with LibSVM

  • Extract the archives.
  • Create a launcher with the command:
  java -classpath $CLASSPATH:<path_to_weka>/weka.jar:<path_to_libsvm>/java/libsvm.jar weka.gui.GUIChooser