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

Method getParameter

JSAT/src/jsat/classifiers/OneVSOne.java:215–219  ·  view source on GitHub ↗
(String paramName)

Source from the content-addressed store, hash-verified

213 }
214
215 @Override
216 public Parameter getParameter(String paramName)
217 {
218 return Parameter.toParameterMap(getParameters()).get(paramName);
219 }
220}

Callers

nothing calls this directly

Calls 3

toParameterMapMethod · 0.95
getParametersMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected