SetParameterDescription("io.il","A list of input images. Last band should contain the output value to predict.");
SetParameterDescription("io.il","A list of input images. First (n-1) bands should contain the predictor. The last band should contain the output value to predict.");
SetParameterDescription("io.csv","Input CSV file containing the predictors, and the output values in last column. Only used when no input image is given");
MandatoryOff("io.csv");
...
...
@@ -129,7 +133,7 @@ void DoInit()
MandatoryOff("io.imstat");
SetParameterDescription("io.imstat",
"Input XML file containing the mean and the standard deviation of the input images.");