Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.069.067 Times

Algorithm::SocialNetwork 0.07

  Date Added: July 09, 2010  |  Visits: 965

Algorithm::SocialNetwork

Report Broken Link
Printer Friendly Version


Product Homepage
Download (104 downloads)



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..

Requirements: No special requirements
Platforms: Linux
Keyword: Algorithmsocialnetwork Bc Betweenesscentrality Edges Given Graph Libraries Network Programming Return Social Network Socialnetwork Vertex
Users rating: 0/10

License: Freeware Size: 9.22 KB
USER REVIEWS
More Reviews or Write Review


ALGORITHM::SOCIALNETWORK RELATED
Science  -  Java Universal Network/Graph Framework 2.2.0.1
JUNG provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph or network.
4.11 MB  
Communication  -  Neural Network Symbolic expression 1.0
Given a neural network object, this function returns the closed, symbolic, expression implemented by the network (as a string).This allows you to use a neural network model without relying on the neural network toolbox.Note I only implemented for...
10 KB  
Multimedia & Graphics  -  SDGB New
SDGB, also know as Software for Determining Balanced Graph is designed as a computational method for determining whether a given graph with weights on the vertices, is balanced. SDGB was developed with the help of the Java programming language...
 
Libraries  -  NodeXL Class Libraries 1.0.1.194 Beta
The NodeXL class libraries were designed to help display network graphs in .NET applications. To include a NodeXL network graph in a Windows Forms application, unzip the Zip file into any directory, then see the "NodeXLControl" topic in the...
 
Modules  -  Social Network Analysis Tool 5.x-1.x-dev 1.0
Several operation (shortest route searching, clustering coefficient, strongly connected components, distribution of edges) is implemented on this network. The module has very resource-consuming parts so in a huge site you have to test the...
 
Libraries  -  Bio::Graph::SimpleGraph 1.5.2_102
Bio::Graph::SimpleGraph is a Perl module that can create and manipulate undirected graphs. SYNOPSIS use Bio::Graph::SimpleGraph; my $graph=new SimpleGraph; # read pairs of nodes from STDIN while ( ) { my($node1,$node2)=split;...
5.6 MB  
Utilities  -  Bungmeter 2.0.1
Bungmeter project is a small network graph monitor. Bungmeter is fork of fnetload. Its a small network graph monitor that displays a graphical representation of the the data flowing in and out of a given network interface. Its designed to be...
60.42 KB  
Multimedia & Graphics  -  Graph Streaming 0.7.0.12
The purpose of the Graph Streaming API is to build a unified framework for streaming graph objects. Gephi’s data structure and visualization engine has been built with the idea that a graph is not static and might change continuously. By...
164 KB  
ActiveX Components  -  Siplot Graph Viewer 2.0.197
Graph visualization control for .NET. Mouse and keyboard controlled viewer, zoom, pan, select and hover events, fully customizable visual themes, built-in themes optimized for rendering quality and performance. *.gml file loader. Free version...
1.09 MB  
Programming  -  altgraph 0.9
altgraph is a fork of graphlib: a graph (network) package for constructing graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output.
348.16 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB