lzm42

Results 3 comments of lzm42

from sklearn.datasets import laod_wine,load_breast_cancer. I deleted the target columns of two datasets and standardized them

about what?Cpp code? ```cpp #include #include class OneClassSvm2 { public: OneClassSvm2(string kernel, double nu, double gamma, double c); ~OneClassSvm2(); int getKernelType(string type); void train(std::vector data); void predict(std::vector data); private: int...

We only need data and parameters to reproduce it. We did not make any changes to the code, it was just a simple call, so there are no relevant logs