mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-18 17:05:52 +00:00
Refactor tests
This commit is contained in:
@@ -2,14 +2,12 @@
|
||||
#define FIMDLP_H
|
||||
#include <vector>
|
||||
#include <Python.h>
|
||||
namespace FImdlp
|
||||
{
|
||||
class FImdlp
|
||||
{
|
||||
namespace FImdlp {
|
||||
class FImdlp {
|
||||
public:
|
||||
FImdlp();
|
||||
~FImdlp();
|
||||
std::vector<float> cutPoints(std::vector<int> &, std::vector<int> &);
|
||||
samples cutPoints(labels&, labels&);
|
||||
};
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user