Displaying 20 results from an estimated 4000 matches similar to: "Where can I find cmeans {e1071} package?"
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
.......... .......... .......... .......... ..........
..........
2018 Jun 27
2
error en un cmeans
Pues no lo sé. Es algo del código de RandomForest, supongo.
Quoting Jesús Para Fernández <j.para.fernandez en hotmail.com>:
> U es un dataframe?
>
> Obtener Outlook para Android<https://aka.ms/ghei36>
>
> ________________________________
> From: R-help-es <r-help-es-bounces en r-project.org> on behalf of
> Manuel Mendoza <mmendoza en mncn.csic.es>
2018 Jun 27
4
error en un cmeans
Tuve que dejar, de momento, lo del "loop con matriz que cambia de
nombre" por algo más urgente, y me salió otro problema.
Hago un cmeans con el paquete e1071;
cl<-cmeans(Data,i,20,verbose=F,method="cmeans",m=2)
y me da este error: Error in apply(u, 1, which.max) : dim(X) must
have a positive length.
Estoy harto de usar esa línea de código, con dfs iguales a la
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]
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
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
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
2006 Apr 07
1
fuzzy classification and dissimilarity matrix
Hello,
I want to make a fuzzy classification from a dissimilarity matrix
(calculated with daisy from package 'cluster'). I have tried to use
fanny (package cluster) but I have the same problems than described in a
previous message
(http://tolstoy.newcastle.edu.au/R/help/05/05/4546.html) i.e. it always
gives me two clusters in the results (even if k is different from 2)
with the same
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:
2006 Mar 13
0
How to create a cmeans plot
Hi all R-helpers!!!
I?m a Newbie to R and I have only one small question:
Is there any possibility to plot a cmeans (package
e1071) cluster result? Or any other possibility of
visualisation like with the algorithm fanny? I
couldn?t find any information how to create a plot
with cmeans on the R help page.
Thanks in advance!
Christine
2001 Oct 04
0
new version of e1071 on CRAN
A new version of e1071 has been released to CRAN which should be much
easier to install on a lot of platforms because reading/writing PNM
images has been moved to the pixmap package, hence there are no longer
dependencies on external libraries and no configure mechanism.
For the authors,
Fritz Leisch
**********************************************************
Changes in Version 1.2-0:
o
2003 Jan 03
0
cmeans visualisation
Hi all R-helpers!!!
I have only one small question: Which visualisation method would you
suggest for results of function cmeans {e1071}?
Thanks!
Branimir K. Hackenberger
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
2013 Apr 29
3
How to "call" an object given a string?
Hello,
This is very basic and very frustrating.
Suppose this:
>A=5
>B=5
>C=10
> ls()
"A"
"B"
"C"
I would like this
>xpto()
5
5
10
How can I do xpto()?
Thanks
Rui
[[alternative HTML version deleted]]
2012 Oct 02
5
Is there any R function for data normalization?
Hello,
I have a matrix with values, with columns c1..cn.
I need the values to be normalized between 0 and 1 by column.
Therefor, the 0 should correspond to the minimum value in the column c1 and
1 should correspond to the maximum value in the column c1.
The remaining columns should be organized in the same way.
Does a function in R exists for this purpose?
Thanks,
Rui
[[alternative HTML
2009 Mar 29
1
DCT function?
Looking for the DCT function, but don't see it in the signal pkg.
http://rss.acs.unt.edu/Rdoc/library/signal/html/signal.package.html
http://rss.acs.unt.edu/Rdoc/library/signal/html/00Index.html
As I understand it, the 'signal' functions are ports of the corresponding matlab/octave code, where the DCT exists. Did I miss it (different name?) or is someone working on a port for
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
2010 Dec 09
3
hi have a question about merging.
this is the problem:
load this R data frame over the internet and save it to your hard drive.
http://rss.acs.unt.edu/Rdoc/library/twang/data/raceproling.RData
please show how to save a dataset of males only (the variable male=1) to a new dataframe. Then do the same thing for females (male=0). Then show how to recombine the two datasets to belike the original one except that the female
2012 Oct 18
4
Help with
Hi,
I downloaded a dataset from UCI repositories named Bag of Words:
http://archive.ics.uci.edu/ml/machine-learning-databases/bag-of-words/readme.txt
The dataset is in a text file with the following structure:
---
docID1 wordID1 count
docID1 wordID2 count
docID1 wordID3 count
docID1 wordID4 count
...
docID2 wordID2 count
docID2 wordID5 count
docID2 wordID6 count
---
Where docIDx is an integer
2003 Jun 24
2
Can't load e1071
After upgrading to 1.7.0 under debian linux, I can't get e1071 working
properly.
The first problem I had was that g++-3.0 was the standard compiler but
wasn't installed, so I installed it. e1071 then installed correctly, but I
get the following:
aperrin at perrin:~/afshome/papers/authoritarian/R$ R
R : Copyright 2003, The R Development Core Team
Version 1.7.0 (2003-04-16)
R is free