Uses of Class
procope.methods.clustering.MCLParameters

Packages that use MCLParameters
procope.methods.clustering   
 

Uses of MCLParameters in procope.methods.clustering
 

Methods in procope.methods.clustering that return MCLParameters
 MCLParameters MarkovClusterer.getParamemeters()
          Returns the mcl parameters for this clusterer
 

Constructors in procope.methods.clustering with parameters of type MCLParameters
MarkovClusterer(MCLParameters params)
          Creates an MCL clusterer with a given set of parameters.