improve project structure
[epclust.git] / code / src / stage1 / Classification / getClass.h
diff --git a/code/src/stage1/Classification/getClass.h b/code/src/stage1/Classification/getClass.h
deleted file mode 100644 (file)
index 4bb4af1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef PPAM_GET_CLASS_H
-#define PPAM_GET_CLASS_H
-
-#include "Util/types.h"
-
-uint32_t* get_class(PowerCurve* data, uint32_t nbSeries, PowerCurve* medoids, 
-       uint32_t nbClusters, uint32_t nbValues, uint32_t p_for_dissims, double* DISTOR);
-
-#endif