Help for this page

Select Code to Download


  1. or download this
    $distmatrix=[[] , [0.25], [0.25,0.5], [1,0.75,0.75]]
    
  2. or download this
    $main::hd=[[]];
    $main::a = [0.25];
    ...
    push @{main::hd}, [@main::a];
    push @{main::hd}, [@main::b];
    push @{main::hd}, [@main::c];
    
  3. or download this
    #!/usr/bin/perl
    #ex2
    ...
        $clust::tree = treecluster(data=>$main::hd, method=>'a');
         $clust::cluster_ids = $clust::tree->cutthresh($main::hdt);    
    }
    
  4. or download this
    #!/usr/bin/perl
    #ex2
    ...
        $clust::tree = treecluster(data=>$main::hd, method=>'a');
         $clust::cluster_ids = $clust::tree->cutthresh($main::hdt);    
    }
    
  5. or download this
    1
    1
    1
    0