Skip to content
Snippets Groups Projects
Commit 53e1911f authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 0ed84064
No related branches found
No related tags found
No related merge requests found
......@@ -359,7 +359,7 @@ void BandMathXImageFilter<TImage>
iss << " " << m_VAllowedVarNameAddedByUser[i].value.At(k,0);
for(int p=1; p<m_VAllowedVarNameAddedByUser[i].value.GetCols(); p++)
iss << " , " << m_VAllowedVarNameAddedByUser[i].value.At(k,p);
iss << " ;";
iss << ";";
}
str=iss.str();
str.erase(str.size()-1);
......
......@@ -32,7 +32,7 @@ class QtWidgetModel;
class QtWidgetParameterBase;
/** \class QtWidgetParameterFactory
* \brief
* \brief
*
* \ingroup OTBQtWidget
*/
......
......@@ -394,7 +394,7 @@ int otbSVMMachineLearningRegressionModel(int argc, char * argv[])
classifier->SetTargetListSample(labels);
classifier->Train();
//Predict age using first line of abalone dataset
//Predict age using first line of abalone dataset
//1:-1 2:0.027027 3:0.0420168 4:-0.831858 5:-0.63733 6:-0.699395 7:-0.735352
//8:-0.704036
// Input value is 15.
......
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