My Project
Public Member Functions | Static Public Member Functions
SSDE< R > Class Template Reference

Sampled Spectral Distance Embedding. More...

#include <SSDE.h>

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

List of all members.

Public Member Functions

 SSDE ()
 ~SSDE ()
void calculate ()

Static Public Member Functions

static bool SSDEComp (map< lui, map< lui, R > > *component, void *instance)

Detailed Description

template<typename R>
class SSDE< R >

Sampled Spectral Distance Embedding.

"Empire Strikes Back Death Star" situation (Not Fully Operational)


Constructor & Destructor Documentation

template<typename R >
SSDE< R >::SSDE ( ) [inline]

Constructor Empty

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

Destructor

Empty


Member Function Documentation

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

Implementation Wrapper Calls implementation on each connected component of network

Wrapper function to implement Cluster Overlapping Newman Girvan Algorithm

Implements ClusterAlg< R >.

template<typename R >
template bool SSDE< R >::SSDEComp ( map< lui, map< lui, R > > *  component,
void *  instance 
) [static]

Actual Implementation

Parameters:
componentConnected component of network
instanceClustering algorithm instance
Returns:
true

Sampled Spectral Distance Embedding implementation to run on each connected component

(Under Construction - Men at Work)

Parameters:
componentConnected component of the network
instancePointer to SSDE clustering algorithm instance to save communities to (function is static)
Returns:
true

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