A list containing three elements: dataLearn, dataPredict and model.
dataLearn is a list containing the data in the three accepted format (list, data.frame and matrix). Data consists of 200 individuals and 9 variables.
dataPredict is a list containing the data in the three accepted format (list, data.frame and matrix). Data consists of 100 individuals and 8 variables.
model is a list containing the model lists used for clustering model$unsupervised and classification model$supervised.