Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ getScore
Method
getScore
JSAT/src/jsat/classifiers/linear/ROMMA.java:210–214 ·
view source on GitHub ↗
(DataPoint dp)
Source
from the content-addressed store, hash-verified
208
}
209
210
@Override
211
public
double getScore(DataPoint dp)
212
{
213
return
w.dot(dp.getNumericalValues())+bias;
214
}
215
216
@Override
217
public
boolean supportsWeightedData()
Callers
1
classify
Method · 0.95
Calls
2
getNumericalValues
Method · 0.80
dot
Method · 0.45
Tested by
no test coverage detected