Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ getD
Method
getD
JSAT/src/jsat/classifiers/svm/DCDs.java:678–684 ·
view source on GitHub ↗
(double w)
Source
from the content-addressed store, hash-verified
676
}
677
678
private
double getD(double w)
679
{
680
if
(useL1)
681
return
0;
682
else
683
return
1/(2*C*w);
684
}
685
686
/**
687
* returns the result of evaluation equation 24 of an individual index
Callers
2
trainC
Method · 0.95
train
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected