Conditional model based hierarchical clustering

greed_cond(
  X,
  Y,
  K = 20,
  model = find_model_cond(X, Y),
  alg = methods::new("hybrid"),
  verbose = FALSE
)

Arguments

X

design matrix

Y

target variables

K

Desired number of cluster

model

a conditional generative model mvmreg-class

alg

an optimization algorithm of class hybrid-class (default), multistarts-class, seed-class or genetic-class

verbose

Boolean for verbose mode

Value

an icl_path-class object