@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)
| 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 | * |
no outgoing calls