clusterStatistic-class {goCluster}R Documentation

Class "clusterStatistic" provides statistical analysis for goCluster

Description

An abstract class that provides a framework for the statistical functions of goCluster.

Details

This class provides a wrapper for statistical algorithms employed by goCluster. The class provides the generic slot statset for the results of the analysis.

Slots

statset:
Object of class "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.

Extends

Class "clusterModule", directly.

Methods

config
signature(object = "clusterStatistic"): This function does nothing since this is an abstract class.
setup
signature(object = "clusterStatistic"): This function returns an empty list since this is an abstract class.
setup<-
signature(object = "clusterStatistic"): This function does nothing since this is an abstract class.
execute
signature(object = "clusterStatistic"): This function does nothing since this is an abstract class.
execute<-
signature(object = "clusterStatistic"): This function does nothing since this is an abstract class.
reset
signature(object = "clusterStatistic"): This function resets the statset-slot to an empty list.
print
signature(object = "clusterStatistic"): This function does nothing since this is an abstract class.

Author(s)

Gunnar Wrobel, work@gunnarwrobel.de, http://www.gunnarwrobel.de.

See Also

goCluster-class, clusterModule-class, clusterStatisticHyper-class


[Package goCluster version 1.4.0 Index]