org.encog.neural.networks.training.propagation
Class TrainingContinuation

java.lang.Object
  extended by org.encog.persist.BasicPersistedObject
      extended by org.encog.neural.networks.training.propagation.TrainingContinuation
All Implemented Interfaces:
Serializable, EncogPersistedObject

public class TrainingContinuation
extends BasicPersistedObject

Allows training to be continued.

See Also:
Serialized Form

Constructor Summary
TrainingContinuation()
           
 
Method Summary
 Persistor createPersistor()
          Create a persistor for this object.
 Object get(String name)
          Get an object by name.
 Map<String,Object> getContents()
           
 void put(String key, double[] list)
          Save a list of doubles.
 void set(String name, Object value)
          Set a value to a string.
 
Methods inherited from class org.encog.persist.BasicPersistedObject
getCollection, getDescription, getName, setCollection, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrainingContinuation

public TrainingContinuation()
Method Detail

createPersistor

public Persistor createPersistor()
Description copied from class: BasicPersistedObject
Create a persistor for this object.

Specified by:
createPersistor in interface EncogPersistedObject
Overrides:
createPersistor in class BasicPersistedObject
Returns:
A persistor for this object.

get

public Object get(String name)
Get an object by name.

Parameters:
name - The name of the object.
Returns:
The object requested.

getContents

public Map<String,Object> getContents()
Returns:
The contents.

put

public void put(String key,
                double[] list)
Save a list of doubles.

Parameters:
key - The key to save them under.
list - The list of doubles.

set

public void set(String name,
                Object value)
Set a value to a string.

Parameters:
name - The value to set.
value - The value.


Copyright © 2011. All Rights Reserved.