SetParameterDescription("sample.mv","Maximum size per class (in pixels) of the validation sample list (default = 1000) (no limit = -1). If equal to -1, then the maximal size of the available validation sample list per class will be equal to the surface area of the smallest class multiplied by the validation sample ratio.");
AddParameter(ParameterType_Int,"sample.bm","Bound sample number by minimum");
SetDefaultParameterInt("sample.bm",1);
SetParameterDescription("sample.bm","Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).");