Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

16 results for “from:jiliguala”

!!!function to do the knn!!!
jiliguala · Aug 31, 2011 · r-help

help, help ,help!!! -- View this message in context: http://r.789695.n4.nabble.com/function-to-do-the-knn-tp3781137p3781738.html Sent from the R help mailing list archive at Nabble.com.

!!!function to do the knn!!!
jiliguala · Sep 2, 2011 · r-help

ths a lot, david. it helps a lot -- View this message in context: http://r.789695.n4.nabble.com/function-to-do-the-knn-tp3781137p3786253.html Sent from the R help mailing list archive at Nabble.com.

!!!function to do the knn!!!
jiliguala · Sep 2, 2011 · r-help

really thxs to David Winsemius.. this websits helps a lot, -- View this message in context: http://r.789695.n4.nabble.com/function-to-do-the-knn-tp3781137p3786251.html Sent from the R help mailing list archive at Nabble.com.

automatically generate the output name of my "for" loops
jiliguala · Jun 13, 2011 · r-help

hi, jholtman its true, the problem was to iniciate the list at the second level. thx a lot -- View this message in context: http://r.789695.n4.nabble.com/automatically-generate-the-output-name-of-my-for-loops-tp3592160p3594397.html...

how to get the miminum value in the list
jiliguala · Jun 19, 2011 · r-help

but in my case, the list is a two-variable list, list[[j]][[i]] when i use lapply(list, min) it appears """Error in FUN(X[[1L]], ...) : invalid 'type' (list) of argument""" thanks -- View this message in context: http://r...

automatically generate the output name of my "for" loops
jiliguala · Jun 14, 2011 · r-help

hi, im a new in R and this forum, so if there is something disturbing u, im gonna do it better. by the way, where can i see the FAQ 7.21?? thanks.. -- View this message in context: http://r...

to search the tree using the branch and bound mathod!!!
jiliguala · Aug 16, 2011 · r-help

hi, R users i have encountered a problem, i want to make a clusterring tree, than do the searching through the tree using "branch and bound" method. here is the code to make the tree, thanks for any ideas... d...

automatically generate the output name of my "for" loops
jiliguala · Jun 19, 2011 · r-help

true, it did work using unlist() funciton, it can be found the minimum value. and for further step, if i want identify the minimum value with the list, which means the minimum value i have found is belonged to which...

search the clusterring tree using the branch and bound mathod!!!
jiliguala · Jul 30, 2011 · r-help

hi, R users here is my problem, i want to make a clusterring tree, than do the searching through the tree using branch and bound method. the code to make the tree, but i dont know how to do the...

automatically generate the output name of my "for" loops
jiliguala · Jun 12, 2011 · r-help

Hello R users, I am new to R and am having difficulty with the output name of my "for" loops. here is the problem: for (i in c(1:100)) { the name of the groups <- which(k1$cluster==i) } how...

how to get the miminum value in the list???
jiliguala · Jun 19, 2011 · r-help

hi, R users here i have one problem, if i wanna get the minimum value in the normal data, i can do this, ## which(data1==min(data1)). but if i want get the minimum value of a list which has...

!!!function to do the knn!!!
jiliguala · Aug 31, 2011 · r-help

hi, r users i have a problem with KNN. i have 2 datasets, X0 and X1. >dim(X0) >1471*13 dim(X1) >5221*13 and for every instances in the dataset X1, i want to find the nearest neighbour(1nn...

automatically generate the output name of my "for" loops
jiliguala · Jun 14, 2011 · r-help

thanks, Greg Snow-2. here i hav a question, how can i save the value of a list to a vector or a matrix? say, i have a list (data1) and a vector or a matrix (data2). if i made...

automatically generate the output name of my "for" loops
jiliguala · Jun 13, 2011 · r-help

hi, really thank u, Petr Pikal problem solved already. but here is another question: for(i in 1:100) data1[[i]] <- rbind(data2[1,], data3[i,]) the codes above are no problem, but now i wnna do two loops like...

apply kmeans into every level of the tree..
jiliguala · Jun 19, 2011 · r-help

hi, r users I'm a new r user. i want to apply kmeans into every level of the tree which i built. the codes for clusterring only one level of the tree. ##### d <- dist(data1, method = "euclidean") h1 <- hclust...

automatically generate the output name of my "for" loops
jiliguala · Jun 13, 2011 · r-help

really thanks for helping. i just did just like what Petr Pikal said, but it appeared some error like this: There were 50 or more warnings (use warnings() to see the first 50): Warning messages: 1: In group[i] <- which...

Can't find what you're looking for? Try searching with Google .