Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WinVector/Logistic
/ dim
Method
dim
src/com/winvector/opt/def/VectorFn.java:11–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
*/
10
public
interface
VectorFn {
11
int
dim();
12
VEval eval(double[] x, boolean wantGrad, boolean wantHessian);
13
}
Callers
6
testMHR
Method · 0.95
testB
Method · 0.95
testGHR
Method · 0.95
testGHR2
Method · 0.95
test1
Method · 0.95
testB
Method · 0.95
Implementers
6
QuadFun
test/com/winvector/opt/imp/TestOpt.jav
MapRedFn
src/com/winvector/logistic/mr/MapRedFn
DataFn
src/com/winvector/opt/impl/DataFn.java
NormPenalty
src/com/winvector/opt/impl/NormPenalty
SumFn
src/com/winvector/opt/impl/SumFn.java
ConjugateGradientOptimizer
src/com/winvector/opt/impl/ConjugateGr
Calls
no outgoing calls
Tested by
6
testMHR
Method · 0.76
testB
Method · 0.76
testGHR
Method · 0.76
testGHR2
Method · 0.76
test1
Method · 0.76
testB
Method · 0.76