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

Class NuSVR

include/thundersvm/model/nusvr.h:13–20  ·  view source on GitHub ↗

* @brief Support Vector Machine for regression */

Source from the content-addressed store, hash-verified

11 * @brief Support Vector Machine for regression
12 */
13class NuSVR : public SVR {
14public:
15 void train(const DataSet &dataset, SvmParam param) override;
16
17protected:
18 void model_setup(const DataSet &dataset, SvmParam &param) override;
19
20};
21
22#endif //THUNDERSVM_NUSVR_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected