a n x p dataframe representing the dataset to be used to train the model. The first two columns
must represent respectively the samples names and the class labels related to each sample
opt
a list of optional parameters useful to train the random forest. It may include the number
of trees (ntree), the parameter mtry and the seed
Value
an object of class mds including the following attributes:
model an object of class random forest containing the proximity matrix
classes a factor with the classes associated with each sample, used to train the model
sample_names the vector of the names of the samples