1 #ifndef PPAM_GET_CLASS_H
2 #define PPAM_GET_CLASS_H
4 #include "Util/types.h"
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
);