Displaying 20 results from an estimated 700 matches similar to: "new version of e1071 on CRAN"
2006 Jun 14
0
fclustIndex(package e1071) error: LaPack Routine dgesv
Dear colleagues:
Despite my best efforts, I have not been able to understand/overcome
an error message I received while running the fclustIndex command in
package e1071, which produces validity measures for the fuzzy c-means
clustering algorithm. I am relatively new to R-- and still depend
heavily on Rcmdr-- and so I apologize in advance if there is an
obvious answer to my question:
2009 Apr 25
1
fclustindex, e1071 package
Hi,
I'm using e1071 package to do fuzzy cluster analysis. My dataset (ra) has
5237 observations and 2 variables - depth and velocity. I used fuzzy cmeans
to create 6 fuzzy classes.
>ra.flcust6<-cmeans(ra,6,iter.max=100,verbose=F,dist="euclidean",method="cmea
ns",m=1.7,rate.par=NULL,weights=1)
I would like to calculate the value of all the fuzzy validity
2004 May 31
1
e1071 build issue
** save image
Error in loadNamespace(i[[1]], c(lib.loc, .libPaths()), keep.source) :
There is no package called 'class'
Using 30 May 2004 developer version of R-1.9.0
trying URL `http://cran.r-project.org/src/contrib/e1071_1.4-0.tar.gz'
Content type `application/x-tar' length 325388 bytes
opened URL
.......... .......... .......... .......... ..........
..........
2004 May 25
2
e1071, R1.9.0, Solaris 2.9, should I be worried?
In R 1.9.0 running under Solaris 2.9 on a SunBlade 100,
with "Sun WorkShop 6 update 2 C++ 5.3 2001/05/15" as the
C++ compiler, I just did
> install.packages("e1071")
The output includes these lines, which I have wrapped to fit nicely in mail:
** libs
cc -I/users/local/lib/R/include -I/usr/local/include -KPIC -xlibmil \
-dalign -xO4 -c cmeans.c -o cmeans.o
cc
2003 Jun 26
1
Bagged clustering and fuzzy c-means
Dear All:
I'm a newbie to R and chemometrics.
Now I'm trying apply bclust on fuzzy c-means like this:
>bc1 <- bclust(iris[,1:4], 3, base.centers=20,iter.base=100,
base.method="cmeans")
Committee Member:
1(1)(2)(3)(4)(5)(6)(7)(8)(9)(10)(11)(12)(13)(14)(15)(16)(17)(18)(19)(20)Erro
r in bclust(iris[, 1:4], 3, base.centers = 20, iter.base = 100, base.method
=
2015 Apr 22
0
shlib problems with Intel compiler
On Tue, 2015-04-21 at 11:46 -0600, Andy Jacobson (NOAA Affiliate) wrote:
> Hi,
>
> I'm encountering trouble compiling caTools_1.17.1.tar.gz and
> e1071_1.6-4.tar.gz on a Linux system using the Intel compiler suite.
> 14 other packages I generally use installed without any trouble. I
> notice both of these trouble packages have a C++ component, so I
> wonder if that might
2015 Apr 22
1
shlib problems with Intel compiler
Hi Martyn,
Thanks for your insight, that seems pretty direct. Unfortunately, I did not compile this version of R (it's on a large supercomputer system and this version of R was installed by the admins). Using "R CMD config", I see the following relevant settings:
DYLIB_LD = icc -std=gnu99
DYLIB_LDFLAGS = -shared -openmp
LDFLAGS = -L/opt/compilers/intel/cce/9.1.039/lib
2015 Apr 21
2
shlib problems with Intel compiler
Hi,
I'm encountering trouble compiling caTools_1.17.1.tar.gz and e1071_1.6-4.tar.gz on a Linux system using the Intel compiler suite. 14 other packages I generally use installed without any trouble. I notice both of these trouble packages have a C++ component, so I wonder if that might be the issue. Below, there's information on my platform, compiler, and some diagnostic output showing
2002 Jun 12
1
Bagged clustering (package e1071)
Dear all,
I have a problem with the function "bagged clustering" of package
e1071.
When I try to run the example of bagged clustering with the iris data :
data(iris)
bc1 <- bclust(iris[,1:4], 3, base.centers=5)
I got the following message error :
Loading required package: class
Committee Member: 1(1) 2(1) 3(1) 4(1) 5(1) 6(1) 7(1) 8(1) 9(1)
10(1)Error in bclust(iris[, 1:4], 3,
2006 Mar 17
0
(no subject)
Hi there,
I notice that some of the clustering methods in R are not appropriate to
deal with large data set. Here is the list I make to see which are
appropriate or which are not appropriate for large dataset. Could you
please take a look and check if it is right or not? I need this
information to decide which methods I should choose.
Thank you!
P.S.: List:
Appropriate for large
2006 Apr 06
1
for "bclust" in package "e1071"
Hi All,
Could you please help with the error I get from the following codes?
> Library(cluster)
> data(iris)
> bc1 <- bclust(iris[,2:5], 3, base.method="clara", base.centers=5)
Then I got:
"Committee Member:
1(1)(2)(3)(4)(5)(6)(7)(8)(9)(10)(11)(12)(13)(14)(15)(16)(17)(18)(19)(20)
Error in bclust(iris[, 2:5], 3, base.method = "clara",
2011 Oct 26
1
Where can I find cmeans {e1071} package?
Hello,
I need a Fuzzy C Means algorithm.
I found some documentation about cmeans {e1071} at
http://rss.acs.unt.edu/Rdoc/library/e1071/html/cmeans.html
Does someone knows where I can find it?
Thank you
Rui
[[alternative HTML version deleted]]
2001 Aug 29
2
Missing functions in package e1071(Win*)
Hi!
After unziping the CRAN file e1071.zip
on my Win95 library directory, I start R and
type
>library(e1071)
After that, help commands of the e1071
functions work (i.e., help(read.pnm), BUT
some functions themselves are not available:
> read.pnm
Error: Object "read.pnm" not found
I've looked at the file library/R/e1071 with
an ascii editor and it seems like the functions
2005 Mar 09
1
plot(bclust) what is the 2nd plot?
Hi everyone,
Currently i'm trying to understand the bagged clustering algorithm, bclust
{e1071}.
When I run the given example in the help file (as below)
data(iris)
bc1 <- bclust(iris[,1:4], 3, base.centers=5)
plot(bc1)
and plot the bclust object, 2 graphs are produced.
The first is a dendrogram, but what is the second plot? The axes are not
labelled and what do the two
2009 Aug 21
0
R installation problem with shared libraries (PR#13900)
Full_Name: Uwe F. Mayer
Version: 2.9.1
OS: SunOS myhost 5.10 Generic_120012-14 i86pc i386 i86pc Solaris
Submission from: (NULL) (216.113.168.130)
Configuration problem with the creation of shared libraries: Compilation only
succeeds if SHLIB_LDFLAGS="-shared" is added to the configure command line. This
is likely due to a wellknown gcc-4 feature, in that gcc requires -shared and not
2005 Jan 21
2
* creating vignettes ... ERROR
Dear R developers,
I had some problem when building package: for exemple when building the
package e1071 available from CRAN, I get the following message error:
* checking for file 'e1071/DESCRIPTION' ... OK
* preparing 'e1071':
* cleaning src
* running cleanup
* creating vignettes ... ERROR
/usr/lib/R/bin/texi2dvi: pdflatex exited with bad status, quitting.
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
Hi,
I am out of town and will get back to you on the 13th of July.
Leo
>>> "r-help at stat.math.ethz.ch" 06/27/03 00:32 >>>
Send R-help mailing list submissions to
r-help at stat.math.ethz.ch
To subscribe or unsubscribe via the World Wide Web, visit
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
or, via email, send a message with subject or body
2008 Aug 06
1
error in installing R packages
Hello,
I am trying to install R packages under linux, some of the packages can
not be installed and I got the following error, could anybody give me
suggestion on where the problem is and how to fix it? Thanks-e
> .libPaths()
[1] "/usr/lib64/R/library"
[2] "/usr/share/R/library"
[3]
2012 Sep 03
2
boxplot - bclust
Hello everybody,
I have a problem with the commando of boxplot -bclust.
http://127.0.0.1:13155/library/e1071/html/boxplot.bclust.html
> data(iris)
> bc1 <- bclust(iris[,1:4], 3, base.centers=5)
Committee Member: 1(1) 2(1) 3(1) 4(1) 5(1) 6(1) 7(1) 8(1) 9(1) 10(1)
Computing Hierarchical Clustering
> boxplot(bc1)
Warnmeldungen:
1: In if (x$datamean) { :
Bedingung hat Länge > 1 und
2006 Dec 01
0
combining bclust and kkmeans
Hi,
I have a very large dataset of 3008 individuals and 800 numerical variables.
In fact it is a table of 3008 36-monthes multivariated time series that I
would like to classify with an unsupervised algorithm
I had a look at the function kkmeans of e1071 package, which seems to be a
kernel weighted version of the algorithm algorithm, and the bclust from the
same package which does bootstrapping