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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic LearningParameters()
public LearningParameters(Map<String,Object> defaults)