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)
corrToMeanPattern <- getCorrelationToMeanPattern(GIST.result)

[Package CoGAPS version 3.12.0 Index]