Commit 98bca1ea authored by Cédric Traizet's avatar Cédric Traizet
Browse files

ENH: changed flag to regression mode

No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
......@@ -41,6 +41,11 @@ public:
typedef Superclass::TargetListSampleType TargetListSampleType;
protected:
TrainVectorRegression()
{
this->m_RegressionFlag = true;
}
void DoInit() override
{
SetName( "TrainVectorRegression" );
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment