Skip to content

Commit

Permalink
Fixed larank multiple training issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 16, 2012
1 parent db85eb2 commit 6b69c17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/multiclass/LaRank.cpp
Expand Up @@ -793,6 +793,7 @@ void CLaRank::destroy ()
{
for (outputhash_t::iterator it = outputs.begin (); it != outputs.end ();++it)
it->second.destroy ();
outputs.clear();
}


Expand Down

0 comments on commit 6b69c17

Please sign in to comment.