MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / NuSMOSolver

Method NuSMOSolver

include/thundersvm/solver/nusmosolver.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class NuSMOSolver : public CSMOSolver {
14public:
15 explicit NuSMOSolver(bool for_svr) : for_svr(for_svr) {};
16protected:
17 float_type
18 calculate_rho(const SyncArray<float_type> &f_val, const SyncArray<int> &y, SyncArray<float_type> &alpha,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected