complete first draft of package
[epclust.git] / old_C_code / stage1 / src / Classification / getClass.h
1 #ifndef PPAM_GET_CLASS_H
2 #define PPAM_GET_CLASS_H
3
4 #include "Util/types.h"
5
6 uint32_t* get_class(PowerCurve* data, uint32_t nbSeries, PowerCurve* medoids,
7 uint32_t nbClusters, uint32_t nbValues, uint32_t p_for_dissims, double* DISTOR);
8
9 #endif