public class LearningParameters extends HashMap<String,Object>
| Modifier and Type | Class and Description |
|---|---|
protected class |
LearningParameters.Placeholder |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LearningParameters() |
LearningParameters(Map<String,Object> defaults) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getTyped(String s) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic LearningParameters()
public LearningParameters(Map<String,Object> defaults)