search for: sepclust

Displaying 1 result from an estimated 1 matches for "sepclust".

Did you mean: supclust
2002 Jun 21
1
naming things in functions
...value. That is, for example, I'm ending up with ri, ri, ri rather than r1, r2, r3. SummaryMat <- function(datamat, numclusts, runs, fzmeasure) for( j in numclusts ) for( i in 1:runs ) { k = k+1 . . . sepclusters[k] = list( ClusterSep(clusters[[k]]) ) # separate data into individual clusters names(sepclusters)[k] = paste( deparse(substitute(datamat)), j, ".", i, sep = "") pL = PercentsMat( sepclusters[[k]], pL, all ) } PercentsMat &l...