Unsupervised Random Forest Clustering

Dear All,

I've been trying to implement an unsupervised random forest clustering procedure in R with limited success.

First and foremost, I am positive I have all the relevant packages installed (and loaded), such as: 'RFclust.SGE' , 'rfUtilities', 'fpc' for these types of unsupervised methods.

Yet, when I run the try to run the example at the bottom of the page for the Iris data set:https://rdrr.io/github/nguforche/UnsupRF/man/UnsupRF.html

I get the following set of errors about 'unused arguments'. Would anybody be able to identify why these arguments are 'unused', following the example instructions?

Error in RFdist(data = dat, ntree = 10, no.rep = 20, syn.type = "permute",  : 
  unused arguments (data = dat, ntree = 10, no.rep = 20, syn.type = "permute", importance = TRUE, oob.prox = TRUE)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.