|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.unizh.ini.jaer.projects.topology.TopologyTracker.Monitor
public class TopologyTracker.Monitor
The Monitor class. A monitor knows the structure of the pixels in ahead and can therefore display the progress. Remark: The outer class (TopologyTracker) does not access any non-public fields/methods.
Field Summary | |
---|---|
int |
DISPLAY_FREQUENCY
|
Series |
progress
|
XYChart |
progressChart
The charts |
VectorSeries[] |
rankedErrors
|
float |
time
The monitor's view |
Series |
utilization
|
XYChart |
utilizationChart
|
VectorFieldChart |
vectorChart
|
Constructor Summary | |
---|---|
TopologyTracker.Monitor()
Create a new Monitor |
Method Summary | |
---|---|
void |
enter(int inputSize,
int inputDuration)
Begin monitoring sequence. |
void |
exit()
End monitoring sequence. |
void |
init()
|
void |
neighborChanged(int i,
int newNeighbor,
int[] neighbors,
int rank)
Event handler on changed neighbor. |
void |
writeStat()
Write the stat data to 'topologyLearningStats.csv'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int DISPLAY_FREQUENCY
public float time
public Series progress
public Series utilization
public VectorSeries[] rankedErrors
public XYChart progressChart
public XYChart utilizationChart
public VectorFieldChart vectorChart
Constructor Detail |
---|
public TopologyTracker.Monitor()
Method Detail |
---|
public void init()
public void enter(int inputSize, int inputDuration)
public void exit()
public void writeStat()
public void neighborChanged(int i, int newNeighbor, int[] neighbors, int rank)
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |