Java Tools

Misc.

SVM

ICA

  • If you want run some experiments with ICA on your own data here is some code below. Matlab version ( VisionICA Matlab.zip) requires the fastICA ( http://www.cis.hut.fi/projects/ica/fastica/ ) package java version <VisionICA.jar> requires the jmat ( http://jmat.sourceforge.net ) package. This is rather slow, as java is not famous for its abilities in numerical mathematics. However, this is the only java implementation of ICA I am aware of.
    http://www.informatik.hu-berlin.de/~mhimmels/ica/
     

Linux

Tools

Tools for Development

Web services

Security

Singer

  • Compile, pack and sign the applet with:
     
    javac localfile.java
    jar cvf localfile.jar localfile.class
    jarsigner localfile.jar yourkeyname
     

Integrity

2006 - SPMC / SoCCE / UoP