Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WinVector/Logistic
/ levels
Method
levels
src/com/winvector/variables/LevelIndicators.java:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
public
Set<String> levels() {
35
return
levelCodes.keySet();
36
}
37
38
public
int
index(
final
String level) {
39
return
index + levelCodes.get(level);
Callers
1
translateTo
Method · 0.95
Calls
1
keySet
Method · 0.45
Tested by
no test coverage detected