Skip to content
Snippets Groups Projects
Commit 4a3ffbef authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: regression flag set protected

parent d86223e9
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,8 @@ protected:
void DoInit();
bool m_RegressionFlag;
private:
#ifdef OTB_USE_LIBSVM
......@@ -157,8 +159,6 @@ private:
typename TargetListSampleType::Pointer trainingLabeledListSample,
std::string modelPath);
#endif
bool m_RegressionFlag;
};
}
......
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