spectKonfo
Class Preprocessing

java.lang.Object
  extended by spectKonfo.Preprocessing

public class Preprocessing
extends java.lang.Object

V tejto triede sú implementované metódy na predspracovanie zvyšných algoritmov. Každá metóda má parameter dvojrozmerné pole doublov. Prvá súradnica určuje číslo vektora, druhá index vo vektore.


Constructor Summary
Preprocessing()
          Creates a new instance of PreP
 
Method Summary
 Jama.Matrix covarianceM(double[][] x)
          Vypočíta kovariančnú maticu
 Jama.Matrix fastICA(double[][] x)
          Predspracovanie pre algoritmus FastICA
 void Pca(double[][] x)
          Predspracovanie pre algoritmus FastICA
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preprocessing

public Preprocessing()
Creates a new instance of PreP

Method Detail

covarianceM

public Jama.Matrix covarianceM(double[][] x)
Vypočíta kovariančnú maticu

Parameters:
x -

fastICA

public Jama.Matrix fastICA(double[][] x)
Predspracovanie pre algoritmus FastICA


Pca

public void Pca(double[][] x)
Predspracovanie pre algoritmus FastICA