clusterStatistic-class {goCluster} | R Documentation |
An abstract class that provides a framework for the
statistical functions of goCluster
.
This class provides a wrapper for statistical algorithms employed by
goCluster
. The class provides the generic slot statset
for the
results of the analysis.
statset
:"list"
. This object
stores the result of the statistical analysis. Any class extending
clusterStatistic
is required to use this slot.
Additional slots are described in the documentation of the
clusterModule-class
.
Class "clusterModule"
, directly.
signature(object = "clusterStatistic")
:
This function does nothing since this is an abstract class.signature(object = "clusterStatistic")
:
This function returns an empty list since this is an abstract
class.signature(object = "clusterStatistic")
:
This function does nothing since this is an abstract class.signature(object = "clusterStatistic")
:
This function does nothing since this is an abstract class.signature(object = "clusterStatistic")
:
This function does nothing since this is an abstract class.signature(object = "clusterStatistic")
:
This function resets the statset
-slot to an empty list.signature(object = "clusterStatistic")
:
This function does nothing since this is an abstract class.Gunnar Wrobel, http://www.gunnarwrobel.de.
goCluster-class
,
clusterModule-class
,
clusterStatisticHyper-class