Uses of Class
procope.methods.scores.bootstrap.BootstrapMCLClustering

Packages that use BootstrapMCLClustering
procope.methods.scores.bootstrap   
 

Uses of BootstrapMCLClustering in procope.methods.scores.bootstrap
 

Methods in procope.methods.scores.bootstrap that return types with arguments of type BootstrapMCLClustering
 List<BootstrapMCLClustering> BootstrapMCLClusterings.getClusterings()
          Returns the list of clusterings contained in this collection.
 Iterator<BootstrapMCLClustering> BootstrapMCLClusterings.iterator()
          Returns an iterator of the clusterings
 

Constructor parameters in procope.methods.scores.bootstrap with type arguments of type BootstrapMCLClustering
BootstrapMCLClusterings(ArrayList<BootstrapMCLClustering> clusterings)
          Initialize clustering collection with a given list of clusterings.