|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprocope.methods.scores.bootstrap.BootstrapClustering
public class BootstrapClustering
Represents a single clustering in the bootstrap scores calculation process. Contains the clustering itself, an arbitrary String which describes the parameters used to calculate this clustering and the MCL efficiency of that clustering with respect to the clustered network.
This class belongs to the helper classes needed for parallelizable bootstrap scores calculation.
Constructor Summary | |
---|---|
BootstrapClustering(ComplexSet set,
String parameters,
float efficiency)
Create new bootstrap MCL clustering result. |
Method Summary | |
---|---|
ComplexSet |
getClustering()
Returns the clustering. |
float |
getEfficiency()
Returns the MCL efficiency of the clustering with respect to the clustered network. |
String |
getParameters()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BootstrapClustering(ComplexSet set, String parameters, float efficiency)
set
- the clusteringparameters
- an identifier for the parameter combination used in this clusteringefficiency
- efficiency of that clustering with respect to the scores networkMethod Detail |
---|
public ComplexSet getClustering()
public float getEfficiency()
public String getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |