org.encog.neural.networks.training.propagation
public class TrainingContinuation extends Object implements Serializable
Constructor and Description |
---|
TrainingContinuation() |
Modifier and Type | Method and Description |
---|---|
Object |
get(String name)
Get an object by name.
|
Map<String,Object> |
getContents() |
String |
getTrainingType() |
void |
put(String key,
double[] list)
Save a list of doubles.
|
void |
set(String name,
Object value)
Set a value to a string.
|
void |
setTrainingType(String trainingType) |
public Object get(String name)
name
- The name of the object.public void put(String key, double[] list)
key
- The key to save them under.list
- The list of doubles.public void set(String name, Object value)
name
- The value to set.value
- The value.public String getTrainingType()
public void setTrainingType(String trainingType)
trainingType
- the trainingType to setCopyright © 2014. All Rights Reserved.