in reply to Re: RFC: Fuzzy Clustering with Perl
in thread RFC: Fuzzy Clustering with Perl
This way, if the programmer does not specify all parameters, there will be subsituted sensible defaults ( possibly different for each distance ). Also the sub can die if there's not enough or invalid parameters given.my $result = cluster( num_clusters => 5, data => [1,2,3,4,5], distance => 'procrustes' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RFC: Fuzzy Clustering with Perl
by lin0 (Curate) on Nov 07, 2006 at 14:42 UTC |