getCorrelationToMeanPattern {CoGAPS}R Documentation

return correlation between each pattern and the cluster mean

Description

return correlation between each pattern and the cluster mean

Usage

getCorrelationToMeanPattern(object)

## S4 method for signature 'CogapsResult'
getCorrelationToMeanPattern(object)

Arguments

object

an object of type CogapsResult

Value

CogapsParams object

Examples

data(GIST)
getCorrelationToMeanPattern(GIST.result)

[Package CoGAPS version 3.4.0 Index]