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

Method MapRedScore

src/com/winvector/logistic/mr/MapRedScore.java:42–49  ·  view source on GitHub ↗
(final SigmoidLossMultinomial underlying, final WritableVariableList defs, final boolean useIntercept, 
			final Configuration mrConfig, final Path pathIn)

Source from the content-addressed store, hash-verified

40
41
42 public MapRedScore(final SigmoidLossMultinomial underlying, final WritableVariableList defs, final boolean useIntercept,
43 final Configuration mrConfig, final Path pathIn) {
44 this.underlying = underlying;
45 this.useIntercept = useIntercept;
46 this.defs = defs;
47 this.pathIn = pathIn;
48 this.mrConfig = mrConfig;
49 }
50
51
52 public static final class ScoreMapper extends Mapper<LongWritable,Text,Text,Text> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected