My Project
Public Member Functions
LCOMM< R > Class Template Reference

Link Communities. More...

#include <LCOMM.h>

Inheritance diagram for LCOMM< R >:
ClusterAlg< R >

List of all members.

Public Member Functions

 LCOMM (string a)
 ~LCOMM ()
void calculate ()

Detailed Description

template<typename R>
class LCOMM< R >

Link Communities.

Python implementation necessary in the directory.


Constructor & Destructor Documentation

template<typename R >
LCOMM< R >::LCOMM ( string  a) [inline]

Constructor Empty

template<typename R >
LCOMM< R >::~LCOMM ( ) [inline]

Destructor Empty


Member Function Documentation

template<typename R >
template void LCOMM< R >::calculate ( ) [virtual]

Implementation

Implementation for Link Communities

The results from LCOMM include the 'Cluster ID' number as the first number on each line: 1, [Nodes in Cluster 1] 2, [Nodes in Cluster 2] ...

Implements ClusterAlg< R >.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs