mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-18 17:05:52 +00:00
Create package
This commit is contained in:
15
prueba/FImdlp.h
Normal file
15
prueba/FImdlp.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef FIMDLP_H
|
||||
#define FIMDLP_H
|
||||
#include <vector>
|
||||
#include <Python.h>
|
||||
namespace FImdlp
|
||||
{
|
||||
class FImdlp
|
||||
{
|
||||
public:
|
||||
FImdlp();
|
||||
~FImdlp();
|
||||
std::vector<float> cutPoints(std::vector<int> &, std::vector<int> &);
|
||||
};
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user