clusterAlgorithm-class {goCluster} | R Documentation |
An abstract class that provides a framework for the
clustering algorithms of goCluster
.
This class represents a wrapper for the different gene selection or
partitioning algorithms of goCluster
. It provides a slot
to be used for storing gene groups as a list of lists (tree).
clusterset
:"list"
, a
"tree" of clusters. Each list element can contain another list but the
terminal entries need to be numeric vectors containg indices of
the genes comprising the group.
Additional slots are described in the documentation for the
clusterModule-class
.
Class "clusterModule"
, directly.
signature(object = "clusterAlgorithm")
:
This function does nothing since this is an abstract class.signature(object = "clusterAlgorithm")
:
This function returns an empty list since this is an abstract
class.signature(object = "clusterAlgorithm")
:
This function does nothing since this is an abstract class.signature(object = "clusterAlgorithm")
:
This function does nothing since this is an abstract class.signature(object = "clusterAlgorithm")
:
This function does nothing since this is an abstract class.signature(object = "clusterAlgorithm")
:
This function resets the clusterset
-slot to an empty list.signature(object = "clusterAlgorithm")
:
This function does nothing since this is an abstract class.Gunnar Wrobel, http://www.gunnarwrobel.de.
goCluster-class
,
clusterModule-class
,
clusterAlgorithmKmeans-class
,
clusterAlgorithmHclust-class
,
clusterAlgorithmClara-class
,
clusterAlgorithmPam-class