Displaying 20 results from an estimated 300 matches similar to: "SVM. How to use categorical attributes?"
2012 Apr 19
1
Compare String Similarity
Dear All,
I need to estimate the level of similarity of two strings. For example:
string1 <- c("depending","audience","research", "school");
string2 <- c("audience","push","drama","button","depending");
The words in string may occur in different order though. What function would you recommend to use
2012 Mar 26
1
normalization of multi-value string variable
Hi All,
I need to normalize/scale string variable which represents interests of customers (e.g., 'cycling, rollerblading, swimming' etc).
Does anybody know how to do this, I want then use it along with other numeric variables for SVM classification.
Appreciate for any advice.
-Alex
[[alternative HTML version deleted]]
2018 Jan 22
2
How to address the following: CRAN packages not using Suggests conditionally
Re-sending, since I forgot to include the list, sorry. I'm including
r-package-devel too this time, as it seems more appropriate for this list.
El 22 ene. 2018 10:11, "I?aki ?car" <i.ucar86 at gmail.com> escribi?:
>
>
> El 22 ene. 2018 8:12, "Ulrich Bodenhofer" <bodenhofer at bioinf.jku.at>
> escribi?:
>
> Dear colleagues, dear members of
2014 Mar 26
5
Conflicting definitions for function redefined as S4 generics
That might be worth thinking about generally, but it would still be nice to
have the base generics pre-defined, so that people are not copy and pasting
the definitions everywhere, hoping that they stay consistent.
On Wed, Mar 26, 2014 at 6:13 AM, Gabriel Becker <gmbecker@ucdavis.edu>wrote:
> Perhaps a patch to R such that generics don't clobber each-other's method
> tables
2014 Mar 26
1
Conflicting definitions for function redefined as S4 generics
[cross-posted to R-devel and bioc-devel]
Hi,
I am trying to implement a 'sort' method in one of the CRAN packages I
am maintaining ('apcluster'). I started with using setMethod("sort",
...) in my package, which worked fine. Since many users of my package
are from the bioinformatics field, I want to ensure that my package
works smoothly with Bioconductor. The problem
2014 Mar 27
3
[Bioc-devel] Conflicting definitions for function redefined as S4 generics
On 03/27/2014 02:13 AM, Ulrich Bodenhofer wrote:
> I fully agree, Michael, that this would be a great thing to have! I have
> often wondered why R and the standard packages are still sticking so
> much to the old-style S3 flavor though S4 is part of standard R. I
> acknowledge that backward compatibility is important, but, as far as I
> got it, redefining a function or S3 generic as
2018 Jan 22
1
How to address the following: CRAN packages not using Suggests conditionally
On 01/22/2018 08:40 AM, Ulrich Bodenhofer wrote:
> Thanks a lot, I?aki, this is a perfect solution! I already implemented
> it and it works great. I'll wait for 2 more days before I submit the
> revised package to CRAN - in order to give others to comment on it.
It's very easy for 'pictures of code' (unevaluated code chunks in
vignettes) to drift from the actual
2012 Dec 14
1
Strange, most probably unjustified, codoc mismatch for S4 method with one argument plus '...' (re-try)
Hi,
I just figured out that I accidentally posted my message in HTML, so I
am retrying in plain text only. Sorry.
I am currently extending one of our CRAN packages and ran into an
unexpected problem when checking the source package. I got some warnings
in the step "* checking for code/documentation mismatches". I double
checked everything and did not see anything that would
2019 Feb 11
2
Forums down?
All day I've been getting "Sorry but you cannot use search at this time.
The server has high load. Please try again later." from
https://www.centos.org/forums/search.php?search_id=unreadposts
Is there a problem?
--
J Martin Rushton MBCS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
2013 Mar 04
1
R broken after upgrade to 2.15.3 (Ubuntu 12.10, 64bit)
Hi,
I am using R on Ubuntu 12.10 (64bit). This morning, Ubuntu's software
updater automatically installed updates to R's base system (version
2.15.3; via the CRAN PPA). Now R does not work anymore. Here is what I
get when I simply enter "R" on the shell prompt:
bodenhof FUKUOKA~>R
cannot find system Renviron
Error : .onLoad failed in loadNamespace() for 'utils',
2006 Mar 29
1
Using boolean terms in PHP bindings
OK, I'm indexing my data with the scriptindex. I want to be able to
restrict the search by the category field. Do I need to do anything to
the data itself? Like, literally prefix it with the characters "XC"?
Below is my indexor for scriptindex and the my php code...
document_id : field=ref unique=Q boolean=Q
search_id : field=document_id index=S
document_title : field=title
2014 Mar 27
1
Conflicting definitions for function redefined as S4 generics
I fully agree, Michael, that this would be a great thing to have! I have
often wondered why R and the standard packages are still sticking so
much to the old-style S3 flavor though S4 is part of standard R. I
acknowledge that backward compatibility is important, but, as far as I
got it, redefining a function or S3 generic as an S4 generic should not
harm existing functionality (if done
2018 Jan 22
0
How to address the following: CRAN packages not using Suggests conditionally
Thanks a lot, I?aki, this is a perfect solution! I already implemented
it and it works great. I'll wait for 2 more days before I submit the
revised package to CRAN - in order to give others to comment on it.
Best regards,
Ulrich
On 01/22/2018 10:16 AM, I?aki ?car wrote:
> Re-sending, since I forgot to include the list, sorry. I'm including
> r-package-devel too this time, as it
2018 Jan 22
0
How to address the following: CRAN packages not using Suggests conditionally
Dear colleagues, dear members of the R Core Team,
This was an issue raised by Prof. Brian Ripley and sent privately to all
developers of CRAN packages that suggest Bioconductor packages (see
original message below). As mentioned in my message enclosed below, it
was easy for me to fix the error in examples (new version not submitted
to CRAN yet), but it might turn into a major effort for the
2005 Mar 07
1
rsync as a change-detecting security tool
I suspect rsync actually *cannot* be used as a change detection
tool for security purposes, but I want some help with my reasoning.
Imagine a backup system that uses rsync to move files from client
to a trusted server. The backup system operates in "pull" mode,
and the backup server uses rsync to pull files from the client.
Rsync does its magic --link-dest thing, and we detect the
2005 Mar 07
2
Strangeness with rsync
Hi all!
I've got a machine setup to be an "RSYNC Server", i.e. running rsync in
daemon mode waiting for connections from various other machines on my
network. This machine is running Debian Sarge and rsync 2.6.3.
For the past several days, I've been getting notices like this in my backup
logs:
============================================================================
=====
2013 May 14
0
apcluster webinar: Thursday, June 13, 2013, 7:00pm CEST
Dear colleagues,
This is to inform you that I will be giving a webinar on the apcluster
package on Thursday, June 13, 2013, 7:00pm CEST (10:00am PDT).
The outline of the one-hour webinar is as follows:
- Introduction to affinity propagation (AP) clustering
- The apcluster package, its algorithms, and visualization tools
- Live apcluster demonstration
- Question and Answer period
To register
2013 Jan 09
0
Version 1.3.0 of apcluster package on CRAN
Dear colleagues,
This is to inform you that Version 1.3.0 of the R package apcluster has
been released on CRAN yesterday. We did a major extension and overhaul
of the package. Most importantly, we added Leveraged Affinity
Propagation in fulfillment of multiple users requests. It should now be
much easier to cluster large data sets. Apart from this extension, the
interfaces to apcluster() and
2003 May 09
5
windows file compatibility aka A Cry For Help
Everything is going amazing in the windows->samba conversion until I ran
into a roadblock..I really dont know what may be going on so I will outline
it as best as I can.
We have a program called realty toolkit which saves its configuration and
security settings onto the network. Well, after putting the files onto the
linux box, it no loger wants to work, the security check fails.
calling the
2008 Feb 28
1
Plotting Dendrogram Help Getting Plot to Display Neatly
I have done a cluster analysis doing:
1-clusNorth <-hclust(dist(Artorious)^2, method="ward")
2-clusNorth$labels <-Artorious$Name ## to show the case names and not
numbers
3-dend1 <- as.dendrogram(clusNorth)
4-plot(dend1)
My Dendrogram is now showing the names of my cases in the dataframe on
the x axis
1 OMNICELL INC COM
2 GETTY IMAGES INC