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

COMP: Classify() API changed

parent c4751d32
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,8 @@ void TrainVectorBase::DoExecute()
this->Train( m_TrainingSamplesWithLabel.listSample, m_TrainingSamplesWithLabel.labeledListSample, GetParameterString( "io.out" ) );
m_PredictedList = TargetListSampleType::New();
this->Classify( m_ClassificationSamplesWithLabel.listSample, m_PredictedList, GetParameterString( "io.out" ) );
m_PredictedList =
this->Classify( m_ClassificationSamplesWithLabel.listSample, GetParameterString( "io.out" ) );
}
......
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