Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ isIn
Method
isIn
JSAT/src/jsat/classifiers/linear/kernelized/DUOL.java:311–314 ·
view source on GitHub ↗
(double x, double a, double b)
Source
from the content-addressed store, hash-verified
309
}
310
311
private
boolean isIn(double x, double a, double b)
312
{
313
return
a <= x && x <= b;
314
}
315
316
private
double score(Vec x, List<Double> qi, boolean store)
317
{
Callers
1
update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected