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

Method getParameter

JSAT/src/jsat/classifiers/linear/NewGLMNET.java:904–908  ·  view source on GitHub ↗
(String paramName)

Source from the content-addressed store, hash-verified

902 }
903
904 @Override
905 public Parameter getParameter(String paramName)
906 {
907 return Parameter.toParameterMap(getParameters()).get(paramName);
908 }
909
910 @Override
911 public Vec getRawWeight()

Callers

nothing calls this directly

Calls 3

toParameterMapMethod · 0.95
getParametersMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected