Sieć Neuronowa
Propagacja Wsteczna

neural.teach
Class TeachData.NeurData

java.lang.Object
  |
  +--neural.teach.TeachData.NeurData
Enclosing class:
TeachData

protected class TeachData.NeurData
extends Object

Obiekty tej klasy to zestawy danych dla sieci. Zawierają wektor wejściowy i wyjściowy.


Field Summary
(package private)  double[] in
          Wektor wejściowy.
(package private)  double[] out
          Wektor wyjściowy.
 
Constructor Summary
TeachData.NeurData(double[] i)
          Konstruuje zestaw częściowo.
TeachData.NeurData(double[] i, double[] o)
          Konstruktor.
 
Method Summary
 double[] getInput()
          Zwraca wejścia.
 double[] getOutput()
          Zwraca wyjścia.
 void setOutput(double[] o)
          Zadaje wektor wyjściowy w tym zestawie.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

in

double[] in
Wektor wejściowy.

out

double[] out
Wektor wyjściowy.
Constructor Detail

TeachData.NeurData

public TeachData.NeurData(double[] i)
Konstruuje zestaw częściowo. Trzeba go potem uzupełnić o wektor wyjściowy.
Parameters:
i - wektor wejściowy

TeachData.NeurData

public TeachData.NeurData(double[] i,
                          double[] o)
Konstruktor.
Parameters:
i - wektor wejściowy
o - wektor wyjściowy
Method Detail

getInput

public double[] getInput()
Zwraca wejścia.
Returns:
wektor wejściowy

getOutput

public double[] getOutput()
Zwraca wyjścia.
Returns:
wektor wyjściowy

setOutput

public void setOutput(double[] o)
Zadaje wektor wyjściowy w tym zestawie.
Parameters:
o - wektor wyjściowy

Sieć Neuronowa
Propagacja Wsteczna

Materiały dydaktyczne do zajęć NAI
Bartłomiej Starosta, barstar(at)pjwstk(dot)edu(dot)pl
PJWSTK 2001/2002