spectKonfo
Class FastICA

java.lang.Object
  extended by spectKonfo.FastICA

public class FastICA
extends java.lang.Object

V tejto triede je implementovaný algoritmus FastICA


Field Summary
static double ACCURACY_DEFAULT
          Predvolená presnosť podľa ktorej sa ziťuje, či matica skonvergovala.
 
Constructor Summary
FastICA(int outputDim, java.lang.String[] fileList)
           
FastICA(int outputDim, java.lang.String[] fileList, double accuracy)
           
 
Method Summary
 void run()
          Spustí algoritmus.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCURACY_DEFAULT

public static final double ACCURACY_DEFAULT
Predvolená presnosť podľa ktorej sa ziťuje, či matica skonvergovala.

See Also:
Constant Field Values
Constructor Detail

FastICA

public FastICA(int outputDim,
               java.lang.String[] fileList,
               double accuracy)
Parameters:
outputDim - Dimenzia výstupu
fileList - Cesty k obrázkom
accuracy - presnosť podľa ktorej sa ziťuje, či matica skonvergovala.

FastICA

public FastICA(int outputDim,
               java.lang.String[] fileList)
Parameters:
outputDim - Dimenzia výstupu
fileList - Cesty k obrázkom
Method Detail

run

public void run()
Spustí algoritmus. Výsledky sa uložia v pracovnom adresári.