Skip to content

Commit

Permalink
Fixed multiclass linearmachine example
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 7, 2012
1 parent 3bae7fc commit cbb46be
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -99,8 +99,8 @@ int main(int argc, char** argv)
SG_UNREF(output);
SG_UNREF(features);
SG_UNREF(labels);
//SG_UNREF(ffeats_train);
//SG_UNREF(flabels_train);
SG_UNREF(ffeats_train);
SG_UNREF(flabels_train);
SG_UNREF(stream_features);
SG_UNREF(stream_labels);
exit_shogun();
Expand Down

0 comments on commit cbb46be

Please sign in to comment.