Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ getParameter
Method
getParameter
JSAT/src/jsat/classifiers/knn/DANN.java:457–461 ·
view source on GitHub ↗
(String paramName)
Source
from the content-addressed store, hash-verified
455
}
456
457
@Override
458
public
Parameter getParameter(String paramName)
459
{
460
return
Parameter.toParameterMap(getParameters()).get(paramName);
461
}
462
}
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