>>>>> On Wed, 5 Apr 2006 12:58:00 -0700,
>>>>> Linda Lei (LL) wrote:

  > Hi All,
  > For the function "bclust"(e1071), the argument "base.method" is
  > explained as "must be the name of a partitioning cluster function
  > returning a list with the same components as the return value of
  > 'kmeans'.

 

  > In my understanding, there are three partitioning cluster functions in
  > R, which are "clara, pam, fanny". Then I check each of them to see which
  > of them can get same components as the return value of "kmeans", by
  > using the following codes:

 

The functions in the cluster package will not work, because they have
different interface (names of arguments and return values). cclust
from the package of the same name can be used together with kmeans,
but note that that is no longer actively maintained (see my email to
r-help from a few minutes ago).

Best,
Fritz

-- 
-----------------------------------------------------------------------
Prof. Dr. Friedrich Leisch 

Institut für Statistik                          Tel: (+49 89) 2180 3165
Ludwig-Maximilians-Universität                  Fax: (+49 89) 2180 5308
Ludwigstraße 33
D-80539 München                      http://www.ci.tuwien.ac.at/~leisch

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to