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

Speaker-Listener Label Propagation Algorithm. More...

#include <SLPA.h>

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

List of all members.

Public Member Functions

 SLPA (string a)
 ~SLPA ()
void calculate ()

Detailed Description

template<typename R>
class SLPA< R >

Speaker-Listener Label Propagation Algorithm.

Another java implementation necessary in the directory.


Constructor & Destructor Documentation

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

Constructor Simple parameter setting

Parameters:
aAlgorithm Arguments
template<typename R >
SLPA< R >::~SLPA ( ) [inline]

Destructor Empty


Member Function Documentation

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

Implementation

Implementation for Speaker-Listener Label Propagation Algorithm

Implements ClusterAlg< R >.


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