spectKonfo
Class FastICA
java.lang.Object
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 |
ACCURACY_DEFAULT
public static final double ACCURACY_DEFAULT
- Predvolená presnosť podľa ktorej sa ziťuje, či matica skonvergovala.
- See Also:
- Constant Field Values
FastICA
public FastICA(int outputDim,
java.lang.String[] fileList,
double accuracy)
- Parameters:
outputDim
- Dimenzia výstupufileList
- Cesty k obrázkomaccuracy
- presnosť podľa ktorej sa ziťuje, či matica skonvergovala.
FastICA
public FastICA(int outputDim,
java.lang.String[] fileList)
- Parameters:
outputDim
- Dimenzia výstupufileList
- Cesty k obrázkom
run
public void run()
- Spustí algoritmus. Výsledky sa uložia v pracovnom adresári.