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

Community Overlapping Propagation Algorithm. More...

#include <COPRA.h>

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

List of all members.

Public Member Functions

 COPRA (string a)
 ~COPRA ()
void calculate ()

Detailed Description

template<typename R>
class COPRA< R >

Community Overlapping Propagation Algorithm.

Hey Look! Another java implementation necessary in the directory.


Constructor & Destructor Documentation

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

Constructor Setting a single parameter.

Parameters:
aArgument Algorithms
template<typename R >
COPRA< R >::~COPRA ( ) [inline]

Destructor Empty


Member Function Documentation

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

Implementation

Implementation for Cluster Overlapping Propagation Algorithm

Implements ClusterAlg< R >.


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