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

Method getParameter

JSAT/src/jsat/classifiers/linear/BBR.java:554–558  ·  view source on GitHub ↗
(String paramName)

Source from the content-addressed store, hash-verified

552 }
553
554 @Override
555 public Parameter getParameter(String paramName)
556 {
557 return Parameter.toParameterMap(getParameters()).get(paramName);
558 }
559}

Callers

nothing calls this directly

Calls 3

toParameterMapMethod · 0.95
getParametersMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected