similar to: newbie questions on clustering

Displaying 20 results from an estimated 10000 matches similar to: "newbie questions on clustering"

2002 Aug 21
2
Rterm and cgi
Dear R experts, I posted a question last week regarding RSJava error UnsatisfiedLink: eval. But, I did not get any response yet. So, I am trying to work something out. I tried to write something with perl, but it still does not work. In perl, when I used rename which is a Dos command, it worked through the cgi, so did cp (which is not a Dos command, but, it is in my path). And the perl
2002 Nov 26
1
permutation
The gregmisc package contains a function 'perumutations' which generates all permutations of n choose r. It also contains 'combinations' which generates all combinations, and which appears to match your example: > library(gregmisc) Loading required package: MASS Attaching package `gregmisc': The following object(s) are masked from package:base :
2002 Aug 09
2
error starting SJava: classpath
Dear R experts, Sorry, I am resending this, since I have not received this mail myself for the past 5 hours. I saw a similar question dated July 2. But there is no answer to it. Does anybody have a solution to it? I am using window NT, and the R version is 1.5.1, the SJava package is the binary version SJavaWin_0.62-8.zip. Here are the error message: > library(SJava) > .JavaInit()
2002 Aug 29
3
running SJava
Folks, Having problems getting started with SJava and request help. I get this error when running .JavaInit() (within RGui 1.5.1, on Windows 2000): Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find the Omegahat interface manager class. Check you classpath! (Before you right back saying read the emails, please read further - in short, been there, done that)
2002 Jun 20
3
Line plot with 3 points
Dear R-experts, I have a data file df as the following: genename variable at 1hr variable at 4 hr variable at 10 hr gene1 gene2 . . . gene5000 I would like to have a graph with X-axis as the time point (1hr, 4hr, 10hr), and Y-axis as the value of the variable. So, basically, I want to do a line with the three different values at 1hr , 4hr and 10hr for all the 5000 genes. My purpose is
2005 Sep 12
4
Document clustering for R
I'm working on a project related to document clustering. I know that R has clustering algorithms such as clara, but only supports two distance metrics: euclidian and manhattan, which are not very useful for clustering documents. I was wondering how easy it would be to extend the clustering package in R to support other distance metrics, such as cosine distance, or if there was an API for
2002 Aug 07
2
ftell and fseek
Hi, I'm stumped. How can I do ftell and fseek in R? (Where ftell gives the position in the file and fseek points the file pointer to a given position.) Thanks, Pauline -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2010 Oct 21
1
How to check for missing report pages per client
Hi, Not sure how to go about checking for missing report pages per client. See example below; I like to extract client 730040, because page 46103 is missing. client page 730001 46101 730001 46102 730019 46101 730035 46101 730040 46101 730040 46102 730040 46104 730040 46105 730052 46101 730052 46102 730074 46101 730074 46102 730074 46103 I appreciate any help, Pauline
2005 Dec 09
1
Hierarchical Clustering Using Mutual Information
Dear R-helpers, Is there somebody who knows if R has already a build in function for Hierarchical Clustering which uses Mutual Information as proximity measure? Many thanks and best regards, J. --------------------------------- [[alternative HTML version deleted]]
2012 Dec 18
0
Clustering newbie question
Hello, Please advice on encoding data for the following clustering problem.  I have a dataset with car usage info. Dataset has the following fields: 1. Car model  (Toyoya Celica, BMW, Nissan X-Trail, Mazda Cosmo, etc.) 2. Year built  3. Country where the car runs  4. Distance run by car before major repairs  Important: The above dataset is sparse.  In most cases "Distance" is not known
2003 Jul 24
2
Cisco ATA Advanced CallerID
To whom it might concern, The Gesko Ikarus 1200S analog telephone has advanced callerid capabilities. When used with an ATA186, it show the username and the phonenumber of the caller. (or whatever you let * tell it) http://www.gesko.be/idgg004.htm Price is 77 euro something and available with Telec. (NL) Met vriendelijke groet, Pauline Middelink -- GPG Key fingerprint = 2D5B 87A7
2011 Jun 02
1
Problem to execute a function loading by my package that I created
Hello, I'm a beginner on R. I should create a package on R. The name of my package is SGeMS. In my package, I have a big program writed in C++. This program compiles in C++. I put this program in SGeMS/src. In my program, I added a header file and a source file named respectively CreateFile.h and CreateFile.cpp. CreateFile contains 5 functions : File, FileGeneral, FileData, FileVariogram and
2006 Mar 26
1
Newbie clustering/classification question
My laboratory is measuring the abundance of various proteins in the blood from either healthy individuals or from individuals with various diseases. I would like to determine which proteins, if any, have significantly different abundances between the healthy and diseased individuals. Currently, one of my colleagues is performing an ANOVA on each protein with MS Excel. I would like to analyze
2004 Mar 03
1
Urgent Help on SAMBA
Dear All, This is Parag here. I have configured SAMBA on Solaros 8/9. After creating proper sharer on smb.conf file , my windows client [ Win2k ] are in a position to use the sharer/shared folder lying on solaris.SAMBA is working fine. We would like to achive ACL [ Access Control List ] on same. Basically we have different windows users who are the part of various domain. Now we wanted the
2005 Jun 04
1
on "source connect" script?
Hello All, I would like to run a script whenever a source connects to my icecast server, somelike on source connect run xyz script. is this possible? What i would like to achive is to have an email sent out whenever a source connects and also update a database with the fact it connected. any hints or tips on how to achive this would be welcomed many thanks in advance stuart nixon
2008 Oct 28
2
slightly OT: (un)supervised clustering?
Hi, my question is not exactly about R... What I am looking for are hints and directions on suitable methods (available in R or elsewhere) to solve a grouping (or pattern recognition) problem of environmental features in an environmental gradient as described below. Given environmental sampling data set (Depth, Presence of sand, Presence of boulders, Presence of clay). 1 1 1 0 1 1 0 0 1 1
2002 Aug 15
0
SJava, another UnsatisfiedLinkError
Thanks for Professor Ripley and Brad's reply. UnsatisfiedLinkError: SJava.dll is gone. But, I have another problem. I have been trying to figure out, but, without success. Here is my test.java: import java.io.*; import org.omegahat.R.Java.REvaluator; public class test { public static void main(String args[]) { System.out.println("Hello...");
2006 Apr 26
1
Intergrate Asterisk IP PBX with Legacy PBX, continuing existing funtionality of legacy pbx
Hi All, I would like to explain the layout that i am trying to achive. I am so helpless on this regard. So here is the story ........ " This is with regard to the setup which you can find at the "Asterisk The Future of Telephony" , chapter 11, page # 196-197, I am attaching the picture for your information. Now I am taking a challenging step to of integrate IP PBX with our
2004 Apr 26
3
dtmf tone clamping in calls to external ivr
Hello, I'm having trouble working out how to send DTMF tones to an external IVR. My system has an analog phone connected to a TDM400P card, a SIP software phone (Zultys LIPZ4) and is connected to a BRI in Australia with a NETjet-S card. I'm using ISDN4Linux and a 2.4.25 kernel patched with the ISDN audio patch from Traverse (which allows the card to do voice). DTMF works fine between
2011 Nov 04
1
Decision tree model using rpart ( classification
Hi Experts, I am new to R, using decision tree model for getting segmentation rules. A) Using behavioural data (attributes defining customer behaviour, ( example balances, number of accounts etc.) 1. Clustering: Cluster behavioural data to suitable number of clusters 2. Decision Tree: Using rpart classification tree for generating rules for segmentation using cluster number(cluster id) as target