public class WeightWriterPlugin extends MonitorPlugin
Modifier and Type | Field and Description |
---|---|
protected NodesAndWeights |
nodesAndWeights
Nodes and weights used to obtain information
|
protected java.io.PrintWriter |
weightWriter
The writer to which the weights are dumped
|
Constructor and Description |
---|
WeightWriterPlugin(java.io.PrintWriter writer)
Create a new weight writer that will use the given writer as output
|
Modifier and Type | Method and Description |
---|---|
protected void |
manageCycle(Monitor mon) |
protected void |
manageError(Monitor mon) |
protected void |
manageStart(Monitor mon) |
protected void |
manageStop(Monitor mon) |
protected void |
manageStopError(Monitor mon,
java.lang.String msgErr) |
cicleTerminated, errorChanged, getName, getNeuralNet, getRate, netStarted, netStopped, netStoppedError, setName, setNeuralNet, setRate, toBeManaged
protected java.io.PrintWriter weightWriter
protected NodesAndWeights nodesAndWeights
public WeightWriterPlugin(java.io.PrintWriter writer)
protected void manageStop(Monitor mon)
manageStop
in class MonitorPlugin
protected void manageCycle(Monitor mon)
manageCycle
in class MonitorPlugin
protected void manageStart(Monitor mon)
manageStart
in class MonitorPlugin
protected void manageError(Monitor mon)
manageError
in class MonitorPlugin
protected void manageStopError(Monitor mon, java.lang.String msgErr)
manageStopError
in class MonitorPlugin
Submit Feedback to pmarrone@users.sourceforge.net