43 << " Tries to find the best values N and M which will minimized" << endl
44 << " the memory usage of a LabelledMap, for the distribution" << endl
45 << " specified by the parameters." << endl
46 << " - L: max number of labels." << endl
47 << " - p: If there is a possibility to have a data, this probability is used to define a geometric distribution that defines the number of data (ie valid labels) at this place. The smaller, the higher is the expectation. 0.5 means E(X) = 1.." << endl
48 << " - q: probability that there is no data at this location." << endl;