* @brief Nu-Support Vector Machine for classification */
| 11 | * @brief Nu-Support Vector Machine for classification |
| 12 | */ |
| 13 | class NuSVC : public SVC { |
| 14 | protected: |
| 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 ¶m) override; |
| 18 | }; |
| 19 | |
| 20 | #endif //THUNDERSVM_NUSVC_H |
nothing calls this directly
no outgoing calls
no test coverage detected