commit last state
[ppam-mpi.git] / code / src / Classification / getClass.h
CommitLineData
81923e5c
BA
1#ifndef PPAM_GET_CLASS_H
2#define PPAM_GET_CLASS_H
3
4#include "Util/types.h"
5
6uint32_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