Displaying 20 results from an estimated 40000 matches similar to: "R work offer"
2000 Dec 06
2
Re: R or Splus
Thanks to all for the input.
rgentlem at jimmy.harvard.edu said:
>If you really want help --
no, I just thought I'd waste some bandwidth. :-)
>If on the other hand you
>just want some reassurance that Splus is indeed a commerical package
oh gee, thanks, I wasn't sure about that.
When I had said:
>> R can't handle files named x. If I can use Splus, should I just
2009 Apr 17
15
Here is Step by Step Example of Asterisk PBX System Install and configuration
Our small company is replacing Cisco CallManager with Asterisk (because we are tired of sending them money) and I am documenting the process as I go on my blog. I am trying to make the notes as easy as possible in hopes that I can ease someone else's pain. Here is the link:
http://qvlweb.blogspot.com/2009/03/asterisk-pbx-system-install-01-what-i.html
Please feel free to comment on the
2006 Nov 07
0
Try yourself in new business. Part time job offer. Earn money and forget about permanent job.
Money Transfer Service
4 Nickelby Close,
Thamesmead,
LONDON,
SE28 8LX
UK
Hello ,
My name is John Taher and I suggest you to become a participant of
serious business which does not demand any money to start. Our company Money
Transfer Service is in London. Earlier we supported transfers only inside
of the country, but now we leave on a world level. I think, that you guess,
that there are
2009 Jul 20
2
kmeans.big.matrix
Hi,
I'm playing around with the 'bigmemory' package, and I have finally
managed to create some really big matrices. However, only now I
realize that there may not be functions made for what I want to do
with the matrices...
I would like to perform a cluster analysis based on a big.matrix.
Googling around I have found indications that a certain
kmeans.big.matrix() function should
2009 Feb 06
0
Nox used to work fine but now it asks for a CD
hi,
I'm using OpenSuSE 11.1 with wine version 1.1.9 downloaded from the repositories.
Nox is a game from Westwood that I used to play using wine until recently...
It required a CD to be played so I mounted it's image and linked it in to the dosdevices directory in ~/.wine. After doing that the game ran fine.
However, I was running out of space on my HOME partition so i used Gparted live
2013 Jun 24
1
K-means results understanding!!!
Dear members.
I am having problems to understand the kmeans- results in R. I am applying
kmeans-algorithms to my big data file, and it is producing the results of
the clusters.
Q1) Does anybody knows how to find out in which cluster (I have fixed
numberofclusters = 5 ) which data have been used?
COMMAND
(kmeans.results <- kmeans(mydata,centers =5, iter.max= 1000, nstart =10000))
Q2) When I
2009 Feb 16
1
incl.non.slopes=FALSE does not work at predict.lm
Dear all,
I am trying to estimate the prediction from a fixed effects model and their
confidence intervals as well. Though I do not want to include in the
prediction and at the confidence intervals the intercept. For that reason I
used the argument incl.non.slopes=FALSE. But either if it is TRUE or FALSE
it does not have any difference and also the system does not provide any
warning. I really
2012 Feb 06
1
using file in hdfs for data mining algorithms in r
hi all, i am new to r , i am trying to run data mining algorithms using map
reduce framework.. *
*i have few basic doubts*
*1. can i give file in hdfs to kmeans( ) ? ?I tried as
> file1 = hdfs.file("testdata/synthetic_control.data")
> isf = hdfs.read(lsf,5242880,0)
>l = kmeans(isf,2,10)
its not working.. please help
2. How to access the file in hdfs and give as input to
2016 Aug 19
2
KMeans - Evaluation Results
On 18 Aug 2016, at 23:59, Richhiey Thomas <richhiey.thomas at gmail.com> wrote:
> I've currently added a few classes which don't really belong to the public API (currently) into private headers and used PIMPL with the Cluster class.
I'm having difficulty reading your changes, because you aren't keeping to one complete change per commit. So for instance you've added a
2012 Sep 19
0
[LLVMdev] Offer of membership to LLVM into the Software Freedom Conservancy, Inc.
On Sep 19, 2012, at 10:14 AM, dag at cray.com wrote:
> "Bradley M. Kuhn" <bkuhn at sfconservancy.org> writes:
>> I'm sorry for the intrusion of a project policy discussion onto the
>> developer list, but there may be many here who may have thoughts, input,
>> or question regarding Conservancy's offer for LLVM's membership,
>> discussed below.
2007 Nov 20
1
Vectorization/Speed Problem
Hi,
I cannot find a 'vectorized' solution to this 'for loop' kind of problem.
Do you see a vectorized, fast-running solution?
Objective:
Take the value of X at each timepoint and calculate the corresponding value
of Y. Leading 0's and all 1's for X are assigned to Y; otherwise Y is
incremented by the number of 0's adjacent to the last 1. The frequency and
2006 Jul 09
2
distance in kmeans algorithm?
Hello.
Is it possible to choose the distance in the kmeans algorithm?
I have m vectors of n components and I want to cluster them using kmeans
algorithm but I want to use the Mahalanobis distance or another distance.
How can I do it in R?
If I use kmeans, I have no option to choose the distance.
Thanks in advance,
Arnau.
2012 Aug 31
1
virDomainMemoryPeek: bad behavior under workload
Greetings,
I am working on a platform for analysis automation.
I need to run several Virtual Environments concurrently and record
information about their behavior.
I wrote some months ago about the capability of reading the Memory
during the Environment's execution (in paused state).
What do I need is the complete linear memory image, byte per byte,
nothing special; I will give this output
2006 Jun 22
2
programming advice
Dear R users
I want to compute Kendall's Tau between two vectors x and y.
But x and y may have zeros in the same position(s) and I wrote the
following function to be sure to drop out those "double zeros"
"cor.kendall" <- function(x,y) {
nox <- c()
noy <- c()
#
for (i in 1:length(x)) if (x[i]!= 0 | y[i] != 0)
nox[length(nox)+1]<- x[i]
for (i in
2006 Mar 23
0
kmeans Clustering
Dear WizaRds,
My goal is to program the VS-KM algorithm by Brusco and Cradit 01 and I have
come to a complete stop in my efforts. Maybe anybody is willing to follow my
thoughts and offer some help.
In a first step, I want to use a single variable for the partitioning process.
As the center-matrix I use the objects that belong to the cluster I found with
the hierarchial Ward algorithm. Then,
2013 Apr 08
0
prediction.strength in r package fpc
Hi
i am using prediction.strength with k-medoids algorithms. There are simple examples like
prediction.strength(iriss,2,3,M=3,method="pam")
I wrote my code like
prediction.strength(data,2,6,M=10,clustermethod=pamkCBI,DIST,krange=2:6,diss=TRUE,usepam=TRUE)
because i am using the dissimilarity matrix instead of the data itself for the clustering algorithms. But then i got this error
2010 Oct 10
0
rearrange command in quantreg package
Dear all,
I want to use the "rearrange" command which is based on Chernozhukov et al
paper and is included in the quantreg package. So, I run a quantile
regression in which I included dummy variables for state and years in order
to estimate the respective fixed effects quantile regression. The problems
are the followings:
1. At example that is stated in the help****, I don't
2011 May 31
1
Issue with opening NoX thanks to OpenGL. (on a VPS)
So we got an Ubuntu 10.10 VPS, and go there with SSH putty, working with Xming as X server.
This is what we did so far, to host a dedicated nox server.
Code:
apt-get update
sudo apt-get install wine
sudo apt-get install xorg
wget *noxinstall url*
unzip noxinstall.zip
wine NoxInstall.exe (an installer and we put it in /root/Nox/)
Wine wouldn't recognice a CD, so a crack gets installed
2012 Aug 28
1
K-Means clustering Algorithm
I was wondering if there was an R equivalent to the two phased approach that
MATLAB uses in performing the Kmeans algorithm. If not is there away that I
can determine if the kmeans in R and the kmeans in MATLAB are essentially
giving me the same clustering information within a small amount of error?
--
View this message in context:
2000 Jun 15
0
[RHSA-2000:036-01] New emacs packages available
---------------------------------------------------------------------
Red Hat, Inc. Security Advisory
Synopsis: New emacs packages available
Advisory ID: RHSA-2000:036-01
Issue date: 2000-06-15
Updated on: 2000-06-15
Product: Red Hat Linux
Keywords: emacs vulnerability
Cross references: N/A