neural.neuron
Class Slot
java.lang.Object
|
+--neural.neuron.Slot
- public class Slot
- extends Object
Połączenia pomiędzy neuronami.
Klasa używana również jako wejścia i wyjścia sieci.
- Author:
- Bartłomiej Starosta
Field Summary |
private double |
value
Wartość (stan) sygnału. |
Constructor Summary |
Slot()
Konstruktor. |
Method Summary |
double |
getValue()
Zwraca wartość sygnału na połączeniu. |
void |
setValue(double val)
Ustala wartość sygnału na połączeniu. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
value
private double value
- Wartość (stan) sygnału.
Slot
public Slot()
- Konstruktor.
getValue
public double getValue()
- Zwraca wartość sygnału na połączeniu.
- Returns:
- wartość sygnału
setValue
public void setValue(double val)
- Ustala wartość sygnału na połączeniu.
- Parameters:
val
- nowa wartość sygnału
Materiały dydaktyczne do zajęć NAI
Bartłomiej Starosta, barstar(at)pjwstk(dot)edu(dot)pl
PJWSTK 2001/2002