summary,strategy-method {blockcluster} | R Documentation |
Summary function.
Description
This function gives the summary of output from coclusterBinary
,
coclusterCategorical
, coclusterContingency
,
coclusterContinuous
.
Usage
## S4 method for signature 'strategy'
summary(object, ...)
## S4 method for signature 'BinaryOptions'
summary(object, ...)
## S4 method for signature 'ContingencyOptions'
summary(object, ...)
## S4 method for signature 'ContinuousOptions'
summary(object, ...)
## S4 method for signature 'CategoricalOptions'
summary(object, ...)
Arguments
object |
output object from |
... |
Additional argument(s) . Currently there is no additional arguments. |
[Package blockcluster version 4.5.5 Index]