|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.networks.training.propagation.TrainingContinuation
public class TrainingContinuation
Allows training to be continued.
| Constructor Summary | |
|---|---|
TrainingContinuation()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrainingContinuation()
| Method Detail |
|---|
public final Object get(String name)
name - The name of the object.
public final Map<String,Object> getContents()
public final void put(String key,
double[] list)
key - The key to save them under.list - The list of doubles.
public final void set(String name,
Object value)
name - The value to set.value - The value.public final String getTrainingType()
public final void setTrainingType(String trainingType)
trainingType - the trainingType to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||