Uses of Class
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC

Packages that use COPAC
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Correlation clustering algorithms 
 

Uses of COPAC in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation declared as COPAC
protected  COPAC<V,IntegerDistance> ERiC.Parameterizer.copac
          The COPAC instance to use
private  COPAC<V,IntegerDistance> ERiC.copacAlgorithm
          The COPAC clustering algorithm.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation that return COPAC
protected  COPAC<V,D> COPAC.Parameterizer.makeInstance()
           
 

Constructors in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with parameters of type COPAC
ERiC(COPAC<V,IntegerDistance> copacAlgorithm)
          Constructor.
 


Release 0.4.0 (2011-09-20_1324)