procope.examples
Class DummyClusterer
java.lang.Object
procope.examples.DummyClusterer
- All Implemented Interfaces:
- Clusterer
public class DummyClusterer
- extends Object
- implements Clusterer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyClusterer
public DummyClusterer(int a,
int b)
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