Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ get_bias
Method
get_bias
dlib/svm/assignment_function.h:106–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
) const { return weights; }
105
106
double get_bias (
107
) const { return bias; }
108
109
bool forces_assignment (
110
) const { return force_assignment; }
Callers
1
serialize
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected