Skip to content

Commit

Permalink
added newobject to compute_distance and compute_joint_distance methods
Browse files Browse the repository at this point in the history
  • Loading branch information
lambday committed Jul 13, 2016
1 parent 3aa3db6 commit 6251ce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interfaces/modular/Statistics.i
Expand Up @@ -8,7 +8,8 @@
*/

/* These functions return new Objects */
%newobject shogun::CTwoDistributionTest::compute_distance();
%newobject shogun::CTwoDistributionTest::compute_distance(CDistance*);
%newobject shogun::CTwoDistributionTest::compute_joint_distance(CDistance*);

/* Remove C Prefix */
%rename(HypothesisTest) CHypothesisTest;
Expand Down

0 comments on commit 6251ce6

Please sign in to comment.