# NOT RUN {
## create 'swiss' roll dataset
X = aux.gensamples(dname="swiss")
## try different eps values
out1 = est.packing(X, eps=0.1)
out2 = est.packing(X, eps=0.01)
out3 = est.packing(X, eps=0.001)
## print the results
sprintf("* est.packing : estimated dimension with eps=0.1 is %.2f.",out1$estdim)
sprintf("* est.packing : estimated dimension with eps=0.01 is %.2f.",out2$estdim)
sprintf("* est.packing : estimated dimension with eps=0.001 is %.2f.",out3$estdim)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab