MCPcopy Create free account
hub / github.com/bwaldvogel/liblinear-java / fun

Method fun

src/main/java/de/bwaldvogel/liblinear/Function.java:5–5  ·  view source on GitHub ↗
(double[] w)

Source from the content-addressed store, hash-verified

3interface Function {
4
5 double fun(double[] w);
6
7 void grad(double[] w, double[] g);
8

Callers 1

newtonMethod · 0.65

Implementers 1

L2R_ErmFunctionsrc/main/java/de/bwaldvogel/liblinear/

Calls

no outgoing calls

Tested by

no test coverage detected