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

Method MapRedFn

src/com/winvector/logistic/mr/MapRedFn.java:53–61  ·  view source on GitHub ↗
(final SigmoidLossMultinomial underlying, final WritableVariableList defs, final boolean useIntercept, 
			final String tmpPrefix, final Configuration mrConfig, final Path pathIn)

Source from the content-addressed store, hash-verified

51
52
53 public MapRedFn(final SigmoidLossMultinomial underlying, final WritableVariableList defs, final boolean useIntercept,
54 final String tmpPrefix, final Configuration mrConfig, final Path pathIn) {
55 this.underlying = underlying;
56 this.useIntercept = useIntercept;
57 this.defs = defs;
58 this.pathIn = pathIn;
59 this.mrConfig = mrConfig;
60 this.tmpPrefix = tmpPrefix;
61 }
62
63 @Override
64 public int dim() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected