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

Method dim

src/com/winvector/logistic/mr/MapRedFn.java:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 @Override
64 public int dim() {
65 return underlying.dim();
66 }
67
68 public static final class JobStateDescr implements Writable {
69 public SigmoidLossMultinomial underlying = null;

Callers 1

runMethod · 0.95

Calls 1

dimMethod · 0.65

Tested by

no test coverage detected