Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
interface
Function {
4
5
double fun(double[] w);
6
7
void
grad(double[] w, double[] g);
8
Callers
1
newton
Method · 0.65
Implementers
1
L2R_ErmFunction
src/main/java/de/bwaldvogel/liblinear/
Calls
no outgoing calls
Tested by
no test coverage detected