R Under development (unstable) (2025-06-25 r88360 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > require(symbolicDA) Loading required package: symbolicDA Loading required package: clusterSim Loading required package: cluster Loading required package: MASS Loading required package: XML > data("cars",package="symbolicDA") > sdt<-cars > clust<-SClust(sdt, cl=3, iter=50) > print(clust) [1] 1 2 3 3 1 2 2 3 1 1 3 1 2 2 1 1 1 2 2 3 3 1 1 2 2 1 2 2 1 1 > > proc.time() user system elapsed 6.79 0.95 7.73