Skip to content

Commit

Permalink
removed copy paste error which caused a strange bug
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Jul 7, 2012
1 parent 290672e commit 7051cc8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/shogun/statistics/IndependenceTestStatistic.h
Expand Up @@ -60,12 +60,6 @@ class CIndependenceTestStatistic : public CTestStatistic

/** samples from q */
CFeatures* m_q;

/** number of iterations for bootstrapping null-distributions */
index_t m_bootstrap_iterations;

/** Defines how the the null distribution is approximated */
ENullApproximationMethod m_null_approximation_method;
};

}
Expand Down

0 comments on commit 7051cc8

Please sign in to comment.