Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 942edb10 authored by Vincent Danjean's avatar Vincent Danjean
Browse files

Fix "Use Chi2 resampling accelerator..."

git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@465 cf695345-040a-0410-a956-b889e835fe2e
parent 27b18069
No related branches found
No related tags found
No related merge requests found
...@@ -688,9 +688,13 @@ sub RepeatAssociation ...@@ -688,9 +688,13 @@ sub RepeatAssociation
my($corrected_values); my($corrected_values);
if ($dataqual == DataQual::QUALI) { if ($dataqual == DataQual::QUALI) {
my($leaf_refs,$leaf_depth,$leaf_parent,$nleaf_parent, $max_depth)=computeTreeStructure($racine); my($leaf_refs,$leaf_depth,$leaf_parent,$nleaf_parent, $max_depth)
=computeTreeStructure($racine);
$value_per_line=$max_depth;
my $res=computeChi2($leaf_refs,$leaf_depth,$leaf_parent,$nleaf_parent, $max_depth, $correspondance, if(0) {
my $res=computeChi2($leaf_refs,$leaf_depth,$leaf_parent,$nleaf_parent,
$max_depth, $correspondance,
$prolonge, $sign_util); $prolonge, $sign_util);
push @{$ligne_stats}, @{$res}; push @{$ligne_stats}, @{$res};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment