Hi Jacqueline,
(1)
x <- as.matrix(d[rownames(d) != 'nc', colnames(d) != 'nr'])
nc <- d['nc', ]
nr <- d[, 'nr']
e <- (x - nc %o% nr)^2 / (nc %o% nr / 2)
(2) if I understand correctly, ?max.col is what you need.
Wuming
On Tue, Aug 20, 2013 at 11:43 AM, Jacqueline Oehri <
jacqueline.oe...@gmai
Hi Lishu,
I run into the similar large-scale problems recently. I used a parallel
SGD k-means described in this paper for my problem:
http://www.eecs.tufts.edu/~dsculley/papers/fastkmeans.pdf
Let n be the samples, k be the number of clusters, and m be the number of
nodes,
1. First, each node r
Hi Uwe,
It looks SVM in e1071 and Kernlab does not support feature selection, but
you can take a look at package penalizedSVM (
http://cran.r-project.org/web/packages/penalizedSVM/penalizedSVM.pdf).
Or you can implement a SVM-RFE (
http://axon.cs.byu.edu/Dan/778/papers/Feature%20Selection/guyon*.
Hi Heiko,
I run into a similar problem recently. I have a custom kernel which have
some small negative eigenvalues, possibly due to numerical error. I first
used ksvm(K, y) to train the model, but ksvm() freeze (no response to
Ctrl+c). I thought it was due to positive definiteness of the matrix
4 matches
Mail list logo