vsurfptree: VSURF on variable space partition

Usage Arguments Examples

View source: R/CoVVSURF.R

Usage

1
vsurfptree(tree, y, k, ...)

Arguments

tree

result of hclustvar

y

output variable

k

number of classes

...

arguments to be passed on VSURF

Examples

1
2
3
4
data(don60)
obj <- PCAmixdata::splitmix(X)
tree <- ClustOfVar::hclustvar(obj$X.quanti,obj$X.quali)
don60ptree2 <- vsurfptree(tree, y, k = 2)

robingenuer/CoVVSURF documentation built on May 27, 2019, 11:38 a.m.