MCPcopy 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
69template <typename T>
70class BinaryClassificationLoss : public ScalarLoss<T> {
71};
72
73
74template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected