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

Method getParameter

JSAT/src/jsat/classifiers/OneVSAll.java:227–231  ·  view source on GitHub ↗
(String paramName)

Source from the content-addressed store, hash-verified

225 }
226
227 @Override
228 public Parameter getParameter(String paramName)
229 {
230 return Parameter.toParameterMap(getParameters()).get(paramName);
231 }
232}

Callers

nothing calls this directly

Calls 3

toParameterMapMethod · 0.95
getParametersMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected