
Last chance! 50% off unlimited learning
Sale ends in
valTable(x,
method = c("simple", "onedims", "clustpppca", "addNoise: additive", "swappNum"),
measure = "mean", clustermethod = "clara", aggr = 3, nc = 8,
transf = "log", p=15, noise=15, w=1:dim(x)[2], delta=0.1)
microaggregation
, summary.micro
data(Tarragona)
valTable(Tarragona[100:200,],
method=c("simple","onedims","pca","addNoise: additive"))
valTable(Tarragona,
method=c("simple","onedims","pca","clustpppca",
"mdav", "addNoise: additive", "swappNum"))
## clustpppca in combination with Mclust outperforms
## the other algorithms for this data set...
Run the code above in your browser using DataLab