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

Method getParameter

JSAT/src/jsat/classifiers/linear/SDCA.java:589–593  ·  view source on GitHub ↗
(String paramName)

Source from the content-addressed store, hash-verified

587 }
588
589 @Override
590 public Parameter getParameter(String paramName)
591 {
592 return Parameter.toParameterMap(getParameters()).get(paramName);
593 }
594
595 @Override
596 public Vec getRawWeight(int index)

Callers

nothing calls this directly

Calls 3

toParameterMapMethod · 0.95
getParametersMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected