powered by
create_clustering_problem
create_clustering_problem(p, n, seed = 12345, nnn = 3, method = "ama")
p <- 10 n <- 20 seed <- 12345 rnd_problem_admm <- create_clustering_problem(p,n,seed)
Run the code above in your browser using DataLab