org.encog.neural.networks.training.propagation
Class TrainingContinuation
- java.lang.Object
-
- org.encog.neural.networks.training.propagation.TrainingContinuation
-
- All Implemented Interfaces:
- java.io.Serializable
public class TrainingContinuation extends java.lang.Object implements java.io.SerializableAllows training to be continued.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description TrainingContinuation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Objectget(java.lang.String name)Get an object by name.java.util.Map<java.lang.String,java.lang.Object>getContents()java.lang.StringgetTrainingType()voidput(java.lang.String key, double[] list)Save a list of doubles.voidset(java.lang.String name, java.lang.Object value)Set a value to a string.voidsetTrainingType(java.lang.String trainingType)
-
-
-
Method Detail
-
get
public java.lang.Object get(java.lang.String name)
Get an object by name.- Parameters:
name- The name of the object.- Returns:
- The object requested.
-
getContents
public java.util.Map<java.lang.String,java.lang.Object> getContents()
- Returns:
- The contents.
-
put
public void put(java.lang.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(java.lang.String name, java.lang.Object value)Set a value to a string.- Parameters:
name- The value to set.value- The value.
-
getTrainingType
public java.lang.String getTrainingType()
- Returns:
- the trainingType
-
setTrainingType
public void setTrainingType(java.lang.String trainingType)
- Parameters:
trainingType- the trainingType to set
-
-
DMelt 3.0 © DataMelt by jWork.ORG