Displaying 20 results from an estimated 600 matches similar to: "Classifying Intertwined Spirals"
2006 Jan 18
2
Help with plot.svm from e1071
Hi.
I'm trying to plot a pair of intertwined spirals and an svm that
separates them. I'm having some trouble. Here's what I tried.
> library(mlbench)
> library(e1071)
Loading required package: class
> raw <- mlbench.spirals(200,2)
> spiral <- data.frame(class=as.factor(raw$classes), x=raw$x[,1], y=raw$x[,2])
> m <- svm(class~., data=spiral)
> plot(m,
2006 Jan 19
0
Using svm.plot with mlbench.spirals.
Hi.
I'm trying to plot a pair of intertwined spirals and an svm that
separates them. I'm having some trouble. Here's what I tried.
> library(mlbench)
> library(e1071)
Loading required package: class
> raw <- mlbench.spirals(200,2)
> spiral <- data.frame(class=as.factor(raw$classes), x=raw$x[,1], y=raw$x[,2])
> m <- svm(class~., data=spiral)
> plot(m,
2002 Jul 08
0
rsync 2.5.5 consuming memory and spirals server down
Hi there,
I've a problem with rsync - see below.
(by the way: I'm using rsync since 2 years now, good work!)
my environment:
- linux, 2.4, Dual-PIII-1.2GHz, 1 GB RAM. more of these machines.
- rsync 2.5.5
- openssh 3.3
the machines are on a lan, so bandwith is not a problem.
I sync large directories (about 6 GB growing) between the machines,
no problem - memory consumtion of rsync is
2010 Dec 16
1
defining a formula method for a weighted lm()
In the vcdExtra package on R-Forge, I have functions and generic methods
for calculating log odds ratios
for R x C x strata tables. I'd like to define methods for fitting
weighted lm()s to the resulting loddsratio objects,
but I'm having problems figuring out how to do this generally.
# install.packages("vcdExtra", repos="http://R-Forge.R-Project.org")
2005 May 29
1
Disabling logging for web service calls?
I''m using ActionWebService to allow users to upload files to my rails
app. I do this by encoding to Base64. The problem with this is that
rails logs the file data so my log file size spirals out of control. Is
there any way to selectively disable logging when the web api is
invoked? ActiveRecord::Base.silence doesn''t seem too useful here as it''s
only called AFTER
2009 May 15
1
Spiral SIP Request problem
Hello,
I am using OpenSIPS to register all the users and planning to use asterisk
for Auto Attendant, Queues, Voicemail and Conference Bridge.
I have a scenario where the signaling does not happen properly:
1) A user from Opensips dials an extension 7000 which is an
auto-attendant extension. The call is routed to asterisk to play the auto
attendant messages like Welcome and Dial the
2007 Feb 16
6
some fun functionality for all your specs
I''ve found these two snippets of code useful and would love some feedback.
first, .should_have_valid_associations
usage:
context "A new Product" do
specify "should have valid associations" do
@product.should_have_valid_associations
end
end
code: (thanks to Wilson/Defiler for converting to rspec)
module Spec
module Expectations
module Should
2010 Aug 15
2
Is the error threshold for a degraded device configurable?
I look after an x4500 for a client and wee keep getting drives marked as
degraded with just over 20 checksum errors.
Most of these errors appear to be driver or hardware related and thier
frequency increases during a resilver, which can lead to a death
spiral. The increase in errors within a vdev during a resilver (I
recently had three drives in an 8 drive raidz vdev "degraded")
2006 Jun 27
1
[OT]Development Patterns
Hello all,
I''m curious as to what development models other people/teams follow when
creating web applications.
My company has been using the waterfall model(
http://en.wikipedia.org/wiki/Waterfall_process) for quite some time now.
I''m not completely conviced that it is the right process for web
development. I''ve been doing web development for about 6 years now using
2011 Sep 23
1
Wine speed
I am used to windows as school has every pc on windows, and we also used to have windows. i really enjoyed a game called spiral knights and on windows it was quite fast, but with wine it took ages to load
also another thing, on wine i downlaoded steam and that logs me in but if i try to go to the store on it, it closes
can any one help me on either of these problems
Jasper
2010 Feb 20
1
how to create a SEXP which could be accessed in embedded R
Hi all,
I am not familiar with writing R extensions. In a C program, I want to create a SEXP and access it in embedded R. How to let the embedded engine know there's a new vector? For example, after creating a SEXP, parsing 'ls()' in embedded R and then evaluating, STRSXP returned will contain the name of the SEXP. Any help would be appreciated.
Regards,
Spiral
[[alternative HTML
2007 Sep 14
5
Support .cda as input files
does anybody know why dvd use files for audio and video but audio cd's not?
What could be the reason for this?
e.g. they could make a file for each track and just put them on an
audio cd and make cd players compatible with this format. So for me it
has always been a mystery why audio cd's work this way.
does anybody knows if super audio cd's still work the same as normal ones?
2002 Oct 03
1
kjournald tuning
While investigating erratic performance on one our our servers,
I'm getting some very odd performance stats coming from vmstat.
What initially appeared to be happening is the machine goes into a hard loop
in some mod_perl webserver code.
Now there still may be an issue with the code, but my code examinations show
no possible way this could be happening, but what I'm writing to you
2007 May 09
2
CentOS 4.4 Installation on Dell poweredge 2900 raid 1 + raid 5 fail
Hi All,
I install CentOS 4.4 without additional driver disk.
When I partition the disk, I create nothing on the raid 5, and I just create
" / " " /boot " and "swap" on the raid 1.
And it works.
When I create a mount point /storage on the raid 5 and create " / " " /boot
" and "swap" on the raid 1.
The error comes again, saying that
2017 Jun 21
2
3D plot with coordinates
Thanks Duncan for the replyI can not suppress anything these are radiation pattern measurements that are typically are taken at X,Y and Z planes. See an example here, where I want to plot the measurements for the red, green and blue planes (so the image below withouth the 3d green structure inside)https://www.researchgate.net/publication/258391165/figure/fig7/AS:322947316240401 at
2005 Sep 06
3
[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size
https://bugzilla.samba.org/show_bug.cgi?id=1529
------- Additional Comments From thomas@suse.de 2005-09-06 06:37 -------
Now when len is OFF_T is it possible that sum->count (which is size_t) in
sum_sizes_sqroot() will rollover too at line:
sum->count = (len + (blength - 1)) / blength; ?
When we assume all variables have all bits set:
2^64 + (2^32 - 1) / 2^32 = 2^32 + 1
2012 Nov 22
1
[LLVMdev] loop pragmas
> Other types of annotations that are
> "harmless" are probably good to have, for example "unroll-by" (assuming
> that this is a suggestion to the compiler, not an order).
| To my knowledge, we are avoiding to allow the user to 'tune' the
| compiler. Manual tuning may be good for a certain piece of hardware, but
| will have negative effects on other platforms.
2017 Jun 22
0
3D plot with coordinates
Thanks. So after searching 4 hours last night it looks like that there is no R package that can do this right now. Any other ideas or suggestions might be helpful.RegardsAlex
On Wednesday, June 21, 2017 3:21 PM, Alaios via R-help <r-help at r-project.org> wrote:
Thanks Duncan for the replyI can not suppress anything these are radiation pattern measurements that are typically are
2009 Feb 05
1
Multiple-Line Comment (PR#13503)
Hello,
sorry for writing here because my problem is not a realt bug but may be
a solution for many people working with R:
I miss the feature for commenting some lines of code at once without
writing a bunch of "#" in front of each line.
This is interesting for trying out some code.
I found some workarounds like
IFELSE(FALSE){} and
`!`<- function(x)
{
if (inherits(x,
2017 Dec 05
2
PLS in R
Hello, I need help with a partial least square regression in R. I have read
both the vignette and the post on R bloggers but it is hard to figure out
how to do it. Here is the script I wrote:
library(pls)
plsrcue<- plsr(cue~fb+cn+n+ph+fung+bact+resp, data = cue, ncomp=7,
na.action = NULL, method = "kernelpls", scale=FALSE, validation = "LOO",
model = TRUE, x = FALSE, y =