Statistics::Cluto

Statistics::Cluto package contains Perl binding for CLUTO.
Download

Statistics::Cluto Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ikuhiro IHARA
  • Publisher web site:
  • http://search.cpan.org/~ihara/Statistics-Suggest-0.01/lib/Statistics/Suggest.pm

Statistics::Cluto Tags


Statistics::Cluto Description

Statistics::Cluto package contains Perl binding for CLUTO. Statistics::Cluto package contains Perl binding for CLUTO.SYNOPSIS use Statistics::Cluto; use Data::Dumper; my $c = new Statistics::Cluto; $c->set_dense_matrix(4, 5, , , , ]); $c->set_options({ rowlabels => , collabels => , nclusters => 2, rowmodel => CLUTO_ROWMODEL_NONE, colmodel => CLUTO_COLMODEL_NONE, pretty_format => 1, }); my $clusters = $c->VP_ClusterRB; print Dumper $clusters; my $cluster_features = $c->V_GetClusterFeatures; print Dumper $cluster_features; Requirements: · Perl


Statistics::Cluto Related Software