(String paramName)
| 288 | } |
| 289 | |
| 290 | @Override |
| 291 | public Parameter getParameter(String paramName) |
| 292 | { |
| 293 | return Parameter.toParameterMap(getParameters()).get(paramName); |
| 294 | } |
| 295 | |
| 296 | /** |
| 297 | * Guess the distribution to use for the regularization term |
nothing calls this directly
no test coverage detected