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

Method predict

src/com/winvector/opt/def/DModel.java:15–15  ·  view source on GitHub ↗

@param x model coefficients (must have length dim()) @param ei data row @param r where to write prediction results (must have length noutcomes())

(final double[] x, final Datum ei, final double[] r)

Source from the content-addressed store, hash-verified

13 * @param r where to write prediction results (must have length noutcomes())
14 */
15 void predict(final double[] x, final Datum ei, final double[] r);
16
17 /**
18 *

Callers 6

confirmEffectCalcMethod · 0.65
confirmEffectCalcMethod · 0.65
observeMethod · 0.65
mapMethod · 0.65
mapMethod · 0.65
observeMethod · 0.65

Implementers 1

SigmoidLossMultinomialsrc/com/winvector/logistic/SigmoidLoss

Calls

no outgoing calls

Tested by 2

confirmEffectCalcMethod · 0.52
confirmEffectCalcMethod · 0.52