Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Jul 25, 2012
1 parent 6ef226b commit a32c81b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shogun/statistics/HSIC.cpp
Expand Up @@ -110,6 +110,7 @@ float64_t CHSIC::compute_p_value(float64_t statistic)
}

default:
/* bootstrapping is handled there */
result=CTwoDistributionsTestStatistic::compute_p_value(statistic);
break;
}
Expand All @@ -131,6 +132,7 @@ float64_t CHSIC::compute_threshold(float64_t alpha)
}

default:
/* bootstrapping is handled there */
result=CTwoDistributionsTestStatistic::compute_threshold(alpha);
break;
}
Expand Down

0 comments on commit a32c81b

Please sign in to comment.