MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / getParameter

Method getParameter

JSAT/src/jsat/classifiers/linear/SPA.java:290–294  ·  view source on GitHub ↗
(String paramName)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

toParameterMapMethod · 0.95
getParametersMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected