X-Git-Url: https://git.auder.net/?p=ppam-mpi.git;a=blobdiff_plain;f=code%2F_ReadMe;fp=code%2F_ReadMe;h=ccb3a0f62382c45e3adacbd377e3d25f110ac701;hp=0000000000000000000000000000000000000000;hb=bf3db2b6e896753784c0521f38cfd57de3918578;hpb=81923e5c228da9009430108440a750edb062efb6 diff --git a/code/_ReadMe b/code/_ReadMe new file mode 100644 index 0000000..ccb3a0f --- /dev/null +++ b/code/_ReadMe @@ -0,0 +1,21 @@ +To compile source code : + + cd build + cmake ../src + make + +Usage : + + ppam-mpi cluster ifilename nbSeriesInChunk nbClusters randomize p_for_dissims + +Where : + ifilename = path to serialized dataset (read below) + nbSeriesInChunk = number of time-series to process sequentially + nbClusters = number of clusters + randomize = 1 to dispatch time-series at random. 0 to process them in order + p_for_dissims = the 'p' of L_p distance used to compute dissimilarities + +Note : custom [de]serialization. Consider writing your own +in src/TimeSeries/ folder if you plan to test the package. + +See also src/main.c for the details.