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