# NOT RUN {
clust = customer_segmentation(dat = lendingclub[1:10000,20:30],
x_list = NULL, ex_cols = "id$|loan_status",
cluster_control = list(meth = "FCM", kc = 2), save_data = FALSE,
tree_control = list(minbucket = round(nrow(lendingclub) / 10)),
file_name = NULL, dir_path = tempdir())
# }
Run the code above in your browser using DataLab