|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprocope.methods.scores.bootstrap.BootstrapMCLClustering
public class BootstrapMCLClustering
Represents a single MCL clustering in the bootstrap scores calculation process. Contains the clustering itself, the inflation coefficient used for that run 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 | |
---|---|
BootstrapMCLClustering(ComplexSet set,
float inflation,
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. |
float |
getInflationCoefficient()
Returns the inflation coefficient used in the MCL run. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BootstrapMCLClustering(ComplexSet set, float inflation, float efficiency)
set
- the clusteringinflation
- inflation coefficient used in that runefficiency
- efficiency of that clustering with respect to the scores networkMethod Detail |
---|
public ComplexSet getClustering()
public float getInflationCoefficient()
public float getEfficiency()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |