Method | Description | |
---|---|---|
Get ( String name ) : Object |
Get an object by name.
|
|
Put ( String key, double list ) : void |
Save a list of doubles.
|
|
Set ( String name, Object v ) : void |
Set a value to a string.
|
|
TrainingContinuation ( ) : System |
Construct the object.
|
public Get ( String name ) : Object | ||
name | String | The name of the object. |
return | Object |
public Put ( String key, double list ) : void | ||
key | String | The key to save them under. |
list | double | The list of doubles. |
return | void |
public Set ( String name, Object v ) : void | ||
name | String | The value to set. |
v | Object | The value. |
return | void |