Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering.Bicluster

Packages that use Bicluster
de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering Package to collect biclustering algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering Package to collect result classes for the results of biclustering algorithms. 
 

Uses of Bicluster in de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering that return Bicluster
protected  Bicluster<V> AbstractBiclustering.defineBicluster(BitSet rows, BitSet cols)
          Defines a bicluster as given by the included rows and columns.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering with parameters of type Bicluster
protected  void AbstractBiclustering.addBiclusterToResult(Bicluster<V> bicluster)
          Adds the given Bicluster to the result of this Biclustering.
protected  void AbstractBiclustering.addInvertedRows(Bicluster<V> bicluster, BitSet invertedRows)
          Adds the ids of the inverted rows as specified to the given bicluster.
 

Uses of Bicluster in de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering
 

Fields in de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering with type parameters of type Bicluster
private  List<Bicluster<V>> Biclustering.biclusters
          Holds the set of biclusters.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering that return Bicluster
 Bicluster<V> Biclustering.getBicluster(int clusterIndex)
          Returns the bicluster with a given index in the result.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering with parameters of type Bicluster
 void Biclustering.appendBicluster(Bicluster<V> bicluster)
          Appends the given bicluster to this result.
private  void Biclustering.write(Bicluster<V> bicluster, PrintStream out, Normalization<V> normalization, List<AttributeSettings> settings)
           
 


Release 0.1 (2008-07-10_1838)