MCPcopy Index your code
hub / github.com/WinVector/Logistic / get

Method get

src/com/winvector/util/StatMap.java:51–58  ·  view source on GitHub ↗
(final String key)

Source from the content-addressed store, hash-verified

49 }
50
51 public SimpleStat get(final String key) {
52 final SimpleStat v = counts.get(key);
53 if(v!=null) {
54 return v;
55 } else {
56 return new SimpleStat();
57 }
58 }
59
60 public SimpleStat remove(final String key) {
61 final SimpleStat v = counts.remove(key);

Callers 15

testVectorEncodingBMethod · 0.45
processMethod · 0.45
effectMethod · 0.45
effectTestMethod · 0.45
observeMethod · 0.45
BObserverMethod · 0.45
observeMethod · 0.45
mergeVariableDefsMethod · 0.45
mergeVariableLevelsMethod · 0.45
VariableEncodingsMethod · 0.45
outcomeMethod · 0.45
categoryMethod · 0.45

Calls

no outgoing calls

Tested by 1

testVectorEncodingBMethod · 0.36