powered by
Drop some parameters (columns) in the training set.
dropTrainSetVars(dat, VarToDrop)
dat data.frame containing the kept features of each prototype associated to a class.
data.frame containing the features of each prototype associated to a class.
character vector specifying variables to drop from the training set.
dropTrainSetVars drops some parameters (columns) in the training set
readTrainSet
rep <- system.file("extdata", package="RclusTool") traindir <- file.path(rep, "train_example") train <- readTrainSet(traindir) train <- dropTrainSetVars(train, c("Id", "i..ID", "ArrivalTime", "X"))
Run the code above in your browser using DataLab