setDistributedParams {CoGAPS} | R Documentation |
these parameters are interrelated so they must be set together
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 )
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 |
the modified params object
params <- new("CogapsParams") params <- setDistributedParams(params, 5)