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

Packages that use BootstrapClustering
procope.methods.scores.bootstrap   
 

Uses of BootstrapClustering in procope.methods.scores.bootstrap
 

Methods in procope.methods.scores.bootstrap that return BootstrapClustering
 BootstrapClustering BootstrapClusterings.getClustering(int i)
          Returns the clustering at a specific index
 

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

Methods in procope.methods.scores.bootstrap with parameters of type BootstrapClustering
 void BootstrapClusterings.addClustering(BootstrapClustering toAdd)
          Adds a clustering to this clusterings list.