Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toParameterMap
Method · 0.95
getParameters
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected