(final SigmoidLossMultinomial underlying, final WritableVariableList defs, final boolean useIntercept, final Configuration mrConfig, final Path pathIn)
| 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> { |
nothing calls this directly
no outgoing calls
no test coverage detected