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