Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ getScore
Method
getScore
JSAT/src/jsat/classifiers/linear/kernelized/ALMA2K.java:297–301 ·
view source on GitHub ↗
(DataPoint dp)
Source
from the content-addressed store, hash-verified
295
}
296
297
@Override
298
public
double getScore(DataPoint dp)
299
{
300
return
score(dp.getNumericalValues(), averaged);
301
}
302
303
@Override
304
public
boolean supportsWeightedData()
Callers
1
classify
Method · 0.95
Calls
2
score
Method · 0.95
getNumericalValues
Method · 0.80
Tested by
no test coverage detected