ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Member Functions | List of all members
broad.pda.geneexpression.clustering.HierarchicalClustering Class Reference
Collaboration diagram for broad.pda.geneexpression.clustering.HierarchicalClustering:
Collaboration graph
[legend]

Public Member Functions

 HierarchicalClustering (MatrixWithHeaders data)
 
 HierarchicalClustering (MatrixWithHeaders data1, Map< String, Collection< String >> columnGroups, Map< String, Collection< String >> rowGroups)
 
void write (String save) throws IOException
 
void setClusterDistanceFunction (ClusterDistanceFunction distanceFunction) throws IllegalArgumentException
 
void setClusterDistanceFunction (String distanceFunctionName)
 
void setLinkage (String linkage) throws IllegalArgumentException
 
void cluster (boolean clusterRow, boolean clusterColumn)
 
MatrixWithHeaders getMatrix ()
 

Static Public Member Functions

static void main (String[] args) throws IOException, ParseException
 

Constructor & Destructor Documentation

broad.pda.geneexpression.clustering.HierarchicalClustering.HierarchicalClustering ( MatrixWithHeaders  data)

Here is the caller graph for this function:

broad.pda.geneexpression.clustering.HierarchicalClustering.HierarchicalClustering ( MatrixWithHeaders  data1,
Map< String, Collection< String >>  columnGroups,
Map< String, Collection< String >>  rowGroups 
)

Member Function Documentation

void broad.pda.geneexpression.clustering.HierarchicalClustering.cluster ( boolean  clusterRow,
boolean  clusterColumn 
)

Here is the caller graph for this function:

MatrixWithHeaders broad.pda.geneexpression.clustering.HierarchicalClustering.getMatrix ( )
static void broad.pda.geneexpression.clustering.HierarchicalClustering.main ( String[]  args) throws IOException, ParseException
static

Here is the call graph for this function:

void broad.pda.geneexpression.clustering.HierarchicalClustering.setClusterDistanceFunction ( ClusterDistanceFunction  distanceFunction) throws IllegalArgumentException

Here is the caller graph for this function:

void broad.pda.geneexpression.clustering.HierarchicalClustering.setClusterDistanceFunction ( String  distanceFunctionName)

Here is the call graph for this function:

void broad.pda.geneexpression.clustering.HierarchicalClustering.setLinkage ( String  linkage) throws IllegalArgumentException
void broad.pda.geneexpression.clustering.HierarchicalClustering.write ( String  save) throws IOException

The documentation for this class was generated from the following file: