SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Algorithm-ClusterPoints rpm build for : openSUSE Tumbleweed. For other distributions click perl-Algorithm-ClusterPoints.

Name : perl-Algorithm-ClusterPoints
Version : 0.08 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 11.67 Date : 2024-08-05 19:06:58
Group : Development/Libraries/Perl Source RPM : perl-Algorithm-ClusterPoints-0.08-11.67.src.rpm
Size : 0.04 MB
Packager : (none)
Summary : find clusters inside a set of points
Description :
This module implements an algorithm to find clusters of points inside a
set.

Clusters are defined as sets of points where it is possible to stablish a
way between any pair of points moving from point to point inside the
cluster in steps smaller than a given radius.

Points can have any dimension from one to infinitum, though the algorithm
performance degrades quickly as the dimension increases (it has O((2*D)^D)
complexity).

The algorithm input parameters are:

* $dimension

Dimension of the problem space. For instance, for finding clusters on a
geometric plane, dimension will be 2.

* $radius

A point is part of a cluster when there is at least another point from the
cluster that is at a distance smaller than $radius from it.

* $minimum_size

Minimum_number of points required to form a cluster, the default is one.

* AATTpoints

The coordinates of the points

* $ordered

Order the points inside the clusters by their indexes and also order the
clusters by the index of the contained points.

Ordering the output data is optional because it can be an computational
expensive operation.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/openSUSE_Tumbleweed/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Algorithm-ClusterPoints-0.08-11.67.noarch.rpm
     

Provides :
perl(Algorithm::ClusterPoints)
perl-Algorithm-ClusterPoints

Requires :
perl(:MODULE_COMPAT_5.40.0)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Algorithm
/usr/lib/perl5/vendor_perl/5.40.0/Algorithm/ClusterPoints.pm
/usr/share/doc/packages/perl-Algorithm-ClusterPoints
/usr/share/doc/packages/perl-Algorithm-ClusterPoints/Changes
/usr/share/doc/packages/perl-Algorithm-ClusterPoints/README
/usr/share/doc/packages/perl-Algorithm-ClusterPoints/example
/usr/share/doc/packages/perl-Algorithm-ClusterPoints/example/benchmark.pl
/usr/share/doc/packages/perl-Algorithm-ClusterPoints/example/cluster.pl
/usr/share/doc/packages/perl-Algorithm-ClusterPoints/example/draw.pl
/usr/share/doc/packages/perl-Algorithm-ClusterPoints/example/draw2-1.pl
/usr/share/doc/packages/perl-Algorithm-ClusterPoints/example/draw2.pl
/usr/share/man/man3/Algorithm::ClusterPoints.3pm.gz

 
ICM