Displaying 20 results from an estimated 11000 matches similar to: "Novice question : Classification of time series"
2004 Mar 13
4
nnet classification accuracy vs. other models
I was wandering if anybody ever tried to compare the classification
accuracy of nnet to other (rpart, tree, bagging) models. From what I
know, there is no reason to expect a significant difference in
classification accuracy between these models, yet in my particular case
I get about 10% error rate for tree, rpart and bagging model and 80%
error rate for nnet, applied to the same data.
Thanks.
2002 Aug 07
2
cluster-analysis and NA's
Hi,
exist a special cluster-analysis algorithms
which can work with NA's.
a further "problem" is that i want cluster
variables not cases to identify special variable-set's.
Is it a common way turn the data.frame and use
kmeans,because this works with NA's, or have anybody another
method for finding "variable-sets" , with exception of factor analysis.
thanks for
2005 Mar 04
2
Clustering of Binary data in R
Good afternoon!
I would like to ask you about similarity measures and clustering in R for Binary data.
Would you please kindly help me and let me know about that commands in R?
Thanks in advance for your kind attentions.
I look forward to hearing from you as soon as possible.
Best regards,
Sima
2004 Dec 09
1
more clustering questions
Sorry to bother you kind folks again with my questions. I am trying to
learn as much as I can about all this, and I will admit that I don't
have the proper background, but I hope that someone can at least point
me in the correct direction.
I have created a test matrix for what I want to do:
s1 s2 s3 s4 s5
s1 10 5 0 8 7
s2 5 10 0 0 5
s3 0 0 10 0 0
s4 8 0 0 10 0
s5 7
2004 May 11
1
stability measures for heirarchical clustering
Dear R users,
I'm interested in measuring the stability of a heirarchical clustering, of
the overall clustering and finding sub clusters (from cutting the
heirarchical clustering at different levels) which demonstrate stability.
I saw some postings on the R help from a while back about bootstrapping for
clustering (using sample and generating a consesus tree with a web based
tool CONSENSE)
2003 Apr 23
1
clustering
Dear R-users,
I have a two - dimensional data set which needs to be clustered into
groups:
I'm searching for groups of points which show a positive
correlation (in a twodimensional plot of the data set), but I do not have
any knowledge about how many groups there might be.
Do you know of a clustering algorithm in R (or
in general) which can use a-priori information about the cluster's
2003 Feb 27
2
qda plots
Hi,
I have been using some of the functions in r for classification purposes,
chiefly lda, qda, knn and nnet.
My problem is that the only one I can figure out how to represenent
graphically is lda (using plot.lda). I have tried 'fooling' this function
into accepting qda input for plotting but to no avail. I wonder if you have
any suggestions?
Thanks alot,
Anne Marie Power
Marine lab.
2003 Aug 05
2
Error on mclust
Hi All,
I am trying to cluster a one-dimensional data (see the file attached) using
Mclust() but got an error message like:
>Mclust(x)
Error in rep(1, n) : Object "n" not found
When I do a simulation sometimes it works sometimes doesn't.
>Mclust(c(rnorm(50),rnorm(56,-0.5)))
Error in rep(1, n) : Object "n" not found
>Mclust(c(rnorm(56),rnorm(56,-0.5)))
best
2004 Apr 16
2
Masked help page
Hi list,
not really a problem to solve but a strange unwanted behavior (at least I
do not like it):
I'm loading
library(multiv)
to use sammon.
Later I load
library(MASS)
which tells me that sammon is masked now, because
there is also a MASS version of sammon.
Since I believe that the MASS version is at least as good as the multiv
version, I would also use the MASS version, but
help(sammon)
2004 Apr 08
2
How to draw a tree?
Hi,
I have run rpart to construct a regression tree. Is there any simple
method to draw a nice picture of it, as it is usually done in books and
paper to visualize the tree?
Thank you,
Christian
***********************************************************************
Christian Hennig
Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg
hennig at math.uni-hamburg.de,
2004 Feb 26
2
Multidimensional scaling and distance matrices
Dear All,
I am in the somewhat unfortunate position of having to reproduce the
results previously obtained from (non-metric?) MDS on a "kinship" matrix
using Statistica. A kinship matrix measures affinity between groups, and
has its maximum values on the diagonal.
Apparently, starting with a nxn kinship matrix, all it was needed to do
was to feed it to Statistica flagging that the
2005 Feb 21
4
49 histograms on one page
Hi,
I want to do something like this:
par(mfrow=c(7,7))
for (i in 1:49)
hist(RATDACOM[SUBJNO==i],breaks=0.5+(0:6),
main="",xlab="",ylab="",xaxt="n",yaxt="n")
(Don't think about what RATDACOM and SUBJNO are.)
I get an error
Error in plot.new() : Figure margins too large.
36 histograms with mfrow=c(6,6) work.
But the 36 histograms
2003 Feb 06
1
svm
Hello list,
I want to apply svm from library e1071, and I want to supply class weights.
I do not really understand the help entry (and there is no example)
class.weights: a named vector of weights for the different classes,
used for asymetric class sizes. Not all factor levels have to
be supplied (default weight: 1). All components have to be
named.
I have two
2003 Oct 07
4
Installing R with all packages
Hi,
I want R to be installed on a UNIX network (Solaris). I am not the system
administrator and so I cannot do it myself.
The system administrator wants to know which packages I want, and it may be
a lot.
Is there an easy way to download and install all packages at once?
Is it a good idea? (There is a good chance that I do not need the some
few packages that do not install well during such a
2003 Feb 17
1
lda on curves
I'm working on a rather interesting consulting problem with a client. A
number of physical variables are measured on a number of cricket bowlers
in the performance of a delivery. An example variable might be a
directional component of angular momentum for a particular joint
measured at a large number (101) of equally spaced timepoints.
Each bowler generates a (fairly smooth) curve for
2002 Nov 05
2
Canonical variates
Hi,
Does anybody know some package or function that computes
canonical variates?
Luis & Janete
--------------------------------------------
sapo.pt/kitadsl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2005 Jan 17
3
How do I format something as "0.000"?
Hi,
I would like to use the format function to get numbers all with three
digits to the right of the decimal point, even in cases where there is no
significant digit left. For example, I would like to get
c(0.3456789,0.0000053) as "0.346" "0.000".
It seems that it is not possible to force format to print a "0.000", i.e.
without any significant decimal places.
Is it
2002 Aug 06
1
Rd: more than one list
Dear group,
I would like to document more than one function on one help page using the
Rd language. I tried something like
\value{
\code{foo1} returns a list with components
\item{arg1}{Argument 1}
\item{arg2}{Argument 2}
\code{foo2} returns a list with components
\item{arg3}{Argument 3}
\item{arg4}{Argument 4}
}
Unfortunately this makes the text
"\code{foo2} returns a list
2002 Feb 01
3
matrix with ncol=1
Hello list,
I try to optimize some R code and it turns out that the function as.matrix
takes a lot of time in my code. There is only one reason why I need
as.matrix: My code should work for matrices with ncol=p and p should be
allowed to be 1 or larger.
Now I have a matrix x with dim(x)=(n,p), and
I need to work with the submatrix y <-x[gv,], (gv a vector of
n logicals) and to calculate
2003 Jan 30
2
Validation of clustering
Hi,
I'm using the library cluster to cluster a set of figures (method CLARA).
Somebody that it work with clustering would know informs what I make to
evaluate the clustering?
Tks VM,
Francisco.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Francisco JĂșnior,
Computer Science - UFPE-Brazil
"One life has more value that the
world whole"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^