Make a table of measurers from a List.
Make a table of measurers from a List.Given a List of measurers, and, if you want, a train DataSet (else NULL)
- Returns all datasets associated to the measurers in datas. For i != j, (*datas)[i] != (*datas)[j]. Moreover, if train != NULL, (*datas)[0] = train.
- Returns the list of measurers associated to (*datas)[i] in (*mes)[i].
- Returns the number of measureurs associated to (*datas)[i] in (*n_mes)[i].
- Returns in *n_datas the number of datasets in *datas.
(Memory allocations are made by the fonction: use deleteExtractedMeasurers() to free memory)
Alphabetic index HTML hierarchy of classes or Java