procope.examples
Class DummyClusterer

java.lang.Object
  extended by procope.examples.DummyClusterer
All Implemented Interfaces:
Clusterer

public class DummyClusterer
extends Object
implements Clusterer


Constructor Summary
DummyClusterer(int a, int b)
           
 
Method Summary
 ComplexSet cluster(ProteinNetwork net)
          Calculates a clustering represented as ComplexSet from a given scores network.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyClusterer

public DummyClusterer(int a,
                      int b)
Method Detail

cluster

public ComplexSet cluster(ProteinNetwork net)
Description copied from interface: Clusterer
Calculates a clustering represented as ComplexSet from a given scores network. Note: All implementing clustering methods should work on similarities, not distances

Specified by:
cluster in interface Clusterer
Parameters:
net - similarity network which will be clustered
Returns:
the resulting clustering