|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--neuroidnet.ntr.Network
|
+--neuroidnet.phasesegregator.Network
Builds a network to test theoretical phase segregation properties.
TODO: Instead of n input areas, put all input concepts in the same area, similar to that of V1-V3, V5 example. [requires separation of paths of computation somehow]
This class works as a bean with all properties modifiable from the bsh console.
Created: Thu Nov 23 03:09:39 2000
| Field Summary | |
protected double |
delay
|
protected Area[] |
inputAreas
|
protected Area[] |
medialAreas
|
(package private) Class |
neuroidType
Type of neuroid to be employed in all areas of the network. |
protected double |
nuBoost
|
protected int |
numberOfItemsPerArea
|
protected int |
numberOfMedialAreas
|
protected int |
numberOfNeuroids
|
protected double |
period
|
(package private) Peripheral |
peripheral
|
protected double |
refractoryTimeConstant
|
protected int |
replication
|
protected double |
segregation
|
protected double |
threshold
|
protected double |
timeConstantM
|
protected double |
timeConstantS
|
| Fields inherited from class neuroidnet.ntr.Network |
areas, conceptArea, deltaT, numberFormat |
| Constructor Summary | |
Network(boolean isConcurrent)
|
|
Network(boolean isConcurrent,
double timeConstantM)
|
|
Network(boolean isConcurrent,
double timeConstantM,
double segregation)
|
|
| Method Summary | |
void |
build()
n input areas and n medial areas. |
static void |
main(String[] args)
Deprecated. OBSOLETE! Use the Shell |
| Methods inherited from class neuroidnet.ntr.Network |
addArea, addWatch, addWatchAll, advanceTime, finale, getArea, getConceptArea, getNeuroid, getNeuroid, getNeuroid, getPeripheral, getProperties, getStatus, getWatchList, init, run, setConceptArea, setPeripheral, setWatchList, simulation, step, stop, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
Peripheral peripheral
protected int numberOfNeuroids
protected int replication
protected int numberOfMedialAreas
protected int numberOfItemsPerArea
protected double period
protected double delay
protected double timeConstantS
protected double timeConstantM
protected double refractoryTimeConstant
protected double segregation
protected double threshold
protected double nuBoost
Class neuroidType
protected Area[] inputAreas
protected Area[] medialAreas
| Constructor Detail |
public Network(boolean isConcurrent,
double timeConstantM,
double segregation)
public Network(boolean isConcurrent,
double timeConstantM)
public Network(boolean isConcurrent)
| Method Detail |
public void build()
build in class Networkpublic static void main(String[] args)
args - a String[] valueShell
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||