Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ getScore
Method
getScore
JSAT/src/jsat/classifiers/linear/ALMA2.java:216–220 ·
view source on GitHub ↗
(DataPoint dp)
Source
from the content-addressed store, hash-verified
214
}
215
216
@Override
217
public
double getScore(DataPoint dp)
218
{
219
return
w.dot(dp.getNumericalValues());
220
}
221
222
@Override
223
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