Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datastream/libsvm
/ is_free
Method
is_free
svm.go:348–350 ·
view source on GitHub ↗
(i int)
Source
from the content-addressed store, hash-verified
346
return
this.alpha_status[i] == LOWER_BOUND
347
}
348
func
(this *Solver) is_free(i int) bool {
349
return
this.alpha_status[i] == FREE
350
}
351
352
type
SolutionInfo
struct
{
353
obj float64
Callers
1
reconstruct_gradient
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected