Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ BinaryClassificationLoss
Class
BinaryClassificationLoss
src/app/linear_method/loss.h:70–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
// label = 1 or -1
69
template <typename T>
70
class BinaryClassificationLoss : public ScalarLoss<T> {
71
};
72
73
74
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected