search for: fzmeasur

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

Did you mean: fzmeasure
2002 Jun 21
1
naming things in functions
...Mat is called from within a loop in SummaryMat, where list names are indexed, the rows in the generated matrix are labeled with the index name rather than its 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(su...