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

Method CountMapV

src/com/winvector/util/CountMapV.java:16–19  ·  view source on GitHub ↗
(final Comparator<T> comp, final int dim)

Source from the content-addressed store, hash-verified

14 private final SortedMap<T,double[]> counts;
15
16 public CountMapV(final Comparator<T> comp, final int dim) {
17 this.dim = dim;
18 counts = new TreeMap<T,double[]>(comp);
19 }
20
21 public int dim() {
22 return dim;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected