Given the vector of raw outputs for each class, transform it into a new vector. processed and derivs may be the same object, and will simply have all its values altered if so. @param pred the vector of raw predictions @param processed the location to store the processed predicti
(Vec pred, Vec processed)
| 34 | * @param processed the location to store the processed predictions. |
| 35 | */ |
| 36 | public void process(Vec pred, Vec processed); |
| 37 | |
| 38 | /** |
| 39 | * Computes the derivatives with respect to each output |
no outgoing calls
no test coverage detected