major folder reorganisation, R pkg is now epclust/ at first level. Experimental usage...
[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
new file mode 100644 (file)
index 0000000..4bb4af1
--- /dev/null
@@ -0,0 +1,9 @@
+#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