throw away old code, prepare tests
[epclust.git] / old_C_code / stage1 / src / Classification / getClass.h
diff --git a/old_C_code/stage1/src/Classification/getClass.h b/old_C_code/stage1/src/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