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

Class NuSVC

include/thundersvm/model/nusvc.h:13–18  ·  view source on GitHub ↗

* @brief Nu-Support Vector Machine for classification */

Source from the content-addressed store, hash-verified

11 * @brief Nu-Support Vector Machine for classification
12 */
13class NuSVC : public SVC {
14protected:
15 void train_binary(const DataSet &dataset, int i, int j, SyncArray<float_type> &alpha, float_type &rho) override;
16
17 void model_setup(const DataSet &dataset, SvmParam &param) override;
18};
19
20#endif //THUNDERSVM_NUSVC_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected