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

Method effect

src/com/winvector/variables/VariableMapping.java:82–82  ·  view source on GitHub ↗

@param base how many indices to skip (use to get per-outcome data, so base will be a multiple of encoding dimension) @param x vector soln. @param level level we are interested (value seen in datum) @return effect for given level (or effect if effect is not a function of levels)

(final int base, final double[] x, final String level)

Source from the content-addressed store, hash-verified

80 * @return effect for given level (or effect if effect is not a function of levels)
81 */
82 double effect(final int base, final double[] x, final String level);
83}

Callers 3

confirmEffectCalcMethod · 0.65
confirmEffectCalcMethod · 0.65
encodeMethod · 0.65

Implementers 4

ConstRecordsrc/com/winvector/variables/ConstRecor
LevelVectorssrc/com/winvector/variables/LevelVecto
NumericVariablesrc/com/winvector/variables/NumericVar
LevelIndicatorssrc/com/winvector/variables/LevelIndic

Calls

no outgoing calls

Tested by 2

confirmEffectCalcMethod · 0.52
confirmEffectCalcMethod · 0.52