getFeatureLoadings {CoGAPS}R Documentation

return featureLoadings matrix from CogapsResult object

Description

return featureLoadings matrix from CogapsResult object

Usage

getFeatureLoadings(object)

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

Arguments

object

an object of type CogapsResult

Value

featureLoadings matrix

Examples

data(GIST)
getFeatureLoadings(GIST.result)

[Package CoGAPS version 3.4.0 Index]