Skip to content
Snippets Groups Projects
Commit 20650afc authored by Cédric Traizet's avatar Cédric Traizet
Browse files

STY: added a log when the training data is split

parent a9cf7dc8
No related branches found
No related tags found
No related merge requests found
......@@ -532,6 +532,7 @@ private:
// Split train and validation data
else if (GetParameterFloat( "sample.ratio" ) >0)
{
otbAppLogINFO("No input validation vector data: the input training vector data will be split.");
SplitTrainingAndValidationSamples( trainParams.filePrefix);
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment