setDistributedParams-methods: set the value of parameters for distributed CoGAPS

Description Usage Arguments Value Examples

Description

these parameters are interrelated so they must be set together

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
setDistributedParams(
  object,
  nSets = NULL,
  cut = NULL,
  minNS = NULL,
  maxNS = NULL
)

## S4 method for signature 'CogapsParams'
setDistributedParams(
  object,
  nSets = NULL,
  cut = NULL,
  minNS = NULL,
  maxNS = NULL
)

Arguments

object

an object of type CogapsParams

nSets

number of sets to break data into

cut

number of branches at which to cut dendrogram used in pattern matching

minNS

minimum of individual set contributions a cluster must contain

maxNS

maximum of individual set contributions a cluster can contain

Value

the modified params object

Examples

1
2
 params <- new("CogapsParams")
 params <- setDistributedParams(params, 5)

CoGAPS documentation built on Nov. 8, 2020, 5:02 p.m.