MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / process

Method process

JSAT/src/jsat/lossfunctions/LossMC.java:36–36  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 10

classifyMethod · 0.65
updateMethod · 0.65
classifyMethod · 0.65
classifyMethod · 0.65
fMethod · 0.65
callMethod · 0.65
fMethod · 0.65
runMethod · 0.65
updateMethod · 0.65
classifyMethod · 0.65

Implementers 2

HingeLossJSAT/src/jsat/lossfunctions/HingeLoss.
SoftmaxLossJSAT/src/jsat/lossfunctions/SoftmaxLos

Calls

no outgoing calls

Tested by

no test coverage detected