MCPcopy Create free account
hub / github.com/WinVector/Logistic / SimpleStat

Class SimpleStat

src/com/winvector/util/StatMap.java:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 private static final long serialVersionUID = 1L;
11
12 public static final class SimpleStat implements Serializable {
13 private static final long serialVersionUID = 1L;
14 public double sumW = 0.0;
15 public double sumWX = 0.0;
16 }
17
18 private final Map<String,SimpleStat> counts = new HashMap<String,SimpleStat>();
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected