Main > Programming > Libraries >

Algorithm::SocialNetwork 0.07

Algorithm::SocialNetwork 0.07

Sponsored Links

Algorithm::SocialNetwork 0.07 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.009 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 804
Date added: 2007-08-16
Publisher: Kang-min Liu

Algorithm::SocialNetwork 0.07 description

Algorithm::SocialNetwork is a social network analysis.

SYNOPSIS

use Graph::Undirected;
use Algorithm::SocialNetwork;

my $G = Graph::Undirected->new();
$G->add_edges([qw(a b)], [qw(b c)]);
my $algo = Algorithm::SocialNetwork->new(graph => $G3);
my $BC = $algo->BetweenessCentrality();
# $BC->{a} is 0
# $BC->{b} is 2
# $BC->{c} is 0

METHODS

So far this module implement the algorithm provided in [1]. More handy algorithm would be included in the future.
This module is a Spiffy module, methods provided as "field" are marked.

new([graph => $G])

Object constructor, an optional graph parameter could be passed in to specify the network graph to be analyzed.

graph([$G]) [Spiffy field]

Without arguments, this method return the current Graph object.

BetweenessCentrality([$vertex])

The implementation of algorithm provided in [1], if an optional parameter $vertex is given, return the BetwenessCentrality value of that vertex, otherwise, return all vertices BetweenessCentrality value, stored in a hash, which hash node name as keys.

ClusteringCoefficient($vertex)

Return the clustering coefficient of a given vertex.
WeightedClusteringCoefficient($vertex)

Return the weighted clustering coefficient of a given vertex. The graph object passed in should have weight attribute set on edges. Weights are default to 1 if its not set.

DistanceCentrality($vertex)

Return the distance centrality of a given vertex.

ClosenessCentrality($vertex)

An alias of DistanceCentrality().

GraphCentrality($vertex)

Return the graph centrality of a given vertex.

edges(@vertices)

Return a list of edges that connets any two of @vertices.

Algorithm::SocialNetwork 0.07 Screenshot

Advertisements

Algorithm::SocialNetwork 0.07 Keywords

Bookmark Algorithm::SocialNetwork 0.07

Hyperlink code:
Link for forum:

Algorithm::SocialNetwork 0.07 Copyright

WareSeeker periodically updates pricing and software information of Algorithm::SocialNetwork 0.07 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Algorithm::SocialNetwork 0.07 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Algorithm::Networksort can create inline comparisons for sorting. Free Download
Algorithm::C3 is a module for merging hierarchies using the C3 algorithm. Free Download
Algorithm::Permute is a Perl module with handy and fast permutation with object oriented interface. Free Download
Algorithm::Huffman is a Perl extension that implements the Huffman algorithm. Free Download
Algorithm::ScheduledPath is a Perl module that helps you to find scheduled paths in a directed graph. Free Download
Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. Free Download
mcl-algorithm is a scalable cluster algorithm for graphs based on stochastic flow. Free Download
bandwidth monitor is a small application which polls /proc/net/dev for the byte counts for a given network device. Free Download