The R Project SVN R-packages

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
8488 559 d 5 h maechler /trunk/cluster/ finally eliminate `dv <- c(0., dv)` i.e. prepend "0."  
8487 560 d 0 h maechler /trunk/cluster/ dysta(): 3 non-pointer args; drop `<var>--`  
8484 560 d 18 h maechler /trunk/cluster/ new INLINE util dys_2(dys, i, j) *not* accessding dys[0]; tests/ output tweaks  
8465 598 d 4 h maechler /trunk/cluster/ tweaks from mv Fortran -> C: dysta() *returns*; dysta, dysta3 no longer exported  
8457 660 d 23 h maechler /trunk/cluster/ translate last remaining Fortran dysta.f and daisy.f to *.c adapting calls,headers  
8308 970 d 4 h maechler /trunk/cluster/src/ remove old unused code for .C(..)  
8061 1584 d 16 h maechler /trunk/cluster/ tweaks + as.data.frame(<silhouette>)  
7920 2003 d 17 h maechler /trunk/cluster/ pam(*, medoids="random", nstart=*, variant = "faster"): `fasterPAM` et al. from Erich Schubert  
7640 2673 d 22 h maechler /trunk/cluster/ pam(*, pamonce = 4 or 5): do { .. } instead of `goto ..`  
7639 2673 d 23 h maechler /trunk/cluster/ pam(*, pamonce = {3,4,5}) "FASTPAM{1,2,3}" algorithms from Erich Schubert  
7509 3042 d 0 h maechler /trunk/cluster/ (from a year ago:) clara() with Jaccard metric, pam() to follow, not quiet yet; + small things  
7331 3426 d 6 h maechler /trunk/cluster/ switch (again!) mona to use C version; catch p=1 as error; cosmetic  
7274 3593 d 5 h maechler /trunk/cluster/ checking for too large `n`; thanks to Mikko Korpela  
6994 4015 d 19 h maechler /trunk/cluster/src/ add missing UNPROTECT(.) before (error!) return() {which we have not seen}  
6879 4193 d 18 h maechler /trunk/cluster/src/ initialize nisol["1"] also for k = 1  
6877 4194 d 19 h maechler /trunk/cluster/ fix pam(*, k=1) returning nonsensical `silinfo`  
6873 4199 d 6 h maechler /trunk/cluster/ C cl_Pam() - build `ans` list such that components are PROTECT()ed  
6872 4199 d 20 h maechler /trunk/cluster/ basically revert r6871: do pass `n` for now  
6871 4199 d 21 h maechler /trunk/cluster/src/ cl_Pam() no need to pass `n`; can get it from the object  
6869 4200 d 1 h maechler /trunk/cluster/ pam() now uses .Call() instead of .C() -- (kept old code for now)  

Show All