data(TV)TVdata=TV[[1]]labSCALE=TV[[2]]labPROGRAM=TV[[3]]labSTUDENT=TV[[4]]# permutation of the modes so that the A-mode refers to studentsTVdata <- permnew(TVdata,16,15,30)TVdata <- permnew(TVdata,15,30,16)# CP solutionTVcp <- CPfuncrep(TVdata,30,16,15,2,1,1,1,0,1e-6,10000)# Fitpartitioning of the CP solutionFitCP <- CPfitpartitioning(TVdata,30,16,15, TVcp$A, TVcp$B, TVcp$C, labSTUDENT, labSCALE, labPROGRAM)# Fitpartitioning of the CP solution (when labels are not available)FitCP <- CPfitpartitioning(TVdata,30,16,15, TVcp$A, TVcp$B, TVcp$C)