Displaying 20 results from an estimated 900 matches similar to: "Fw: add objects to svm plot"
2004 May 14
2
how add objects to an svm graphic
Dear all,
I'm not able to solve easily the following simple problem.
I really hope someone can give me some hints.
I trained an svm (e1071). Now I'd like to show the results graphically.
I used plot.svm and I'd like to add some other objects to the plot:
points, (coloured) ellipses to indicate some intersting regions, curves,
and so on...
I tried to pass these as additional
2003 Aug 24
0
WELCOME to zsh-users@sunsite.dk
Hi! This is the ezmlm program. I'm managing the
zsh-users@sunsite.dk mailing list.
Acknowledgment: I have added the address
r-devel@r-project.org
to the zsh-users mailing list.
Welcome to zsh-users@sunsite.dk!
Please save this message so that you know the address you are
subscribed under, in case you later want to unsubscribe or change your
subscription address.
--- Administrative
2005 Oct 04
1
heatmap ordered list
Hi,
another problem on heatmaps... after generating the graph with
myBlRd <- colorRampPalette(c("blue", "red"))
heatmap(dataHeat[Top100, ], col=myBlRd(15))
i need to retrieve the row names' list ordered by the dendrogram.
I tried with "rownames(data)[Top100]" but the list is not ordered
(as i can see in the generated picture). Any tips?
Tnx
AZ
--
2001 Mar 01
1
docs + packages (PR#858)
# Your mailer is set to "none" (default on Windows),
# hence we cannot send the bug report directly from R.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs@r-project.org
#
######################################################
Today I have installed R 1.02.1 on my MSW-95 laptop;
it essentially worked, but thre are two
2008 Aug 16
5
DO NOT REPLY [Bug 5695] New: rsync local timeout
https://bugzilla.samba.org/show_bug.cgi?id=5695
Summary: rsync local timeout
Product: rsync
Version: 3.0.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: gabriele.tozzi@gmail.com
QAContact:
2012 Jan 07
1
using deltat parameter in time series in HoltWinters prediction
Hi.
I have to forecast a time series of a Internet network traffic bitrate.
The data are in file
http://www.forumaltavilla.it/joomla/datitesi/dati.datand the sampling
time is every 0.05 seconds.
Now, i want to use HoltWinters forecasting. This is my script.
dt=1.58443823e-9 #0.05 seconds in years
dati.ts=ts(scan("dati.dat"),start=0,deltat=dt)
model=HoltWinters(dati.ts)
2003 Mar 12
1
simulating 'non-standard' survival data
Dear all,
I'm looking for someone that help me to write an R function to simulate
survival data under complex situations, namely time-varying hazard ratio,
marginal distribution of survival times and covariates. The algorithm is
described in the reference below and it should be not very difficult to
implement it. However I tried but without success....;-(
Below there the code that I used; it
2017 Feb 14
1
Samba AD domain member with SSSD: ACL not work
Il giorno mar, 14/02/2017 alle 16.13 +0000, Rowland Penny via samba ha
scritto:
> Have you modified /etc/nsswitch.conf ?
No:
> passwd: files sss
> shadow: files sss
> group: files sss
for default nsswitch.conf is configure to use sssd
> If you haven't, then you are not using winbind, you are using sssd.
Yes. I use sssd, If this is not a problem for samba.
>
2006 Nov 03
1
difference in using with() and the "data" argument in glm call
Dear all,
I am dealing with the following (apparently simple problem):
For some reasons I am interested in passing variables from a dataframe
to a specific environment, and in fitting a standard glm:
dati<-data.frame(y=rnorm(10),x1=runif(10),x2=runif(10))
KK<-new.env()
for(i in 1:ncol(dati)) assign(names(dati[i]),dati[[i]],envir=KK)
#Now the following two lines work correctly:
2017 Feb 15
0
Samba AD domain member with SSSD: ACL not work
Il giorno mer, 15/02/2017 alle 08.42 +0100, L.P.H. van Belle via samba
ha scritto:
> Have you seen :
>
> ( centos/redhat )
> https://outsideit.net/realmd-sssd-ad-authentication/
>
> ( debian/ubuntu )
> http://www.alandmoore.com/blog/2015/05/06/joining-debian-8-to-active-
> directory/
Thank Luis, Thank Rowland.
Yes, I have read this howto, and many others.
None show
2005 Sep 23
2
Strange behaviour of as.Date function
Dear All,
I'm happily extracting data of temperature from an oracle db
under R via RODBC. After manipulating the extracted data I put them
into a data.frame 'dati' which is as follows:
> dati
DATA tm.
UDINE/RIVOLTO tm.TORINO/CASELLE
1 2005-07-01
22.35 23.80
2 2005-07-02 22.70
22.85
3 2005-07-03 23.80
2006 Nov 03
1
[R] difference in using with() and the "data" argument in glm (PR#9338)
I've redirected this reply from r-help to the bugs list.
On 11/3/2006 8:25 AM, vito muggeo wrote:
> Dear all,
> I am dealing with the following (apparently simple problem):
> For some reasons I am interested in passing variables from a dataframe
> to a specific environment, and in fitting a standard glm:
>
> dati<-data.frame(y=rnorm(10),x1=runif(10),x2=runif(10))
>
2004 Nov 10
1
Loading some function at R startup
Dear R-users,
I've built these functions usefell for me to
import/export data from/to Excel:
importa.da.excel<-function(){read.delim2("clipboard",
dec=",")
## questa funzione consente di importare dati da Excel
in R
## selezionare in Excel le celle che contengono i
dati,
## compresi in nomi delle colonne
## Autore: Vito Ricci email:vito_ricci at yahoo.com
## Data di
2017 Feb 15
3
Samba AD domain member with SSSD: ACL not work
Have you seen :
( centos/redhat )
https://outsideit.net/realmd-sssd-ad-authentication/
( debian/ubuntu )
http://www.alandmoore.com/blog/2015/05/06/joining-debian-8-to-active-directory/
but i must say, i havent tested/tried these, i dont use sssd.
But i think these are usefull for you to read at least.
If you use the debian variant, you may need to install also :
One or more of these :
2004 May 13
2
tapply & hist
I'm learning how to use tapply.
Now I'm having a go at the following code in which dati contains almost 600
lines, Pot - numeric - are the capacities of power plants and SGruppo - text
- the corresponding six technologies ("CCC", "CIC","TGC", "CSC","CPC", "TE").
.....................................................
2017 Feb 15
2
Samba AD domain member with SSSD: ACL not work
Il giorno mer, 15/02/2017 alle 09.45 +0100, Dario Lesca via samba ha
scritto:
> Then Yesterday in 5 minutes I installed, configured and activated
> winbind and now all work fine.
Ok, ACLs now work, but I now it's appeared another problem.
I can only access to my samba+winbind server from Windows Server AD DC
and from itself (smbclient -Uadministrator -L server-dati).
If I try to
2008 Sep 08
1
Clients disconnecting and msword problem.
I've got a lot of this in my /var/log/messages :
nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(351)
the problem is that sometimes accessing to server from windows client
the mapped drive disappear to return in a second or two. I've got
another strange problem. Opening a word file on the server and trying to
save, MSword tell me that "the disk is full" and
2017 Feb 14
3
Samba AD domain member with SSSD: ACL not work
On a Centos 7 minimal fresh install and samba 4.4.4 I have follow this
howto:
http://www.hexblot.com/blog/centos-7-active-directory-and-samba
and I have Joining to an Active Directory server and login to it with
domain user without problem.
My problem occur when I try from windows to modify some new rights
(ACL's) to new folder on samba share.
The folder is created correctly but if I add
2017 Mar 07
2
Samba 4.4.4: ACLs not work property with recycle vfs object enable
Samba file server (Server role: ROLE_DOMAIN_MEMBER) joined to Win2008
ADDC
I have a strange problem with ACLs and "vfs object = recycle" enabled
This is my share entry
> [dati]
> comment = Cartella Dati x tutti
> path = /u/samba/dati/
> read only = no
>
> Veto files = /*.pst/*.ost/
>
> inherit acls = yes
>
2017 Mar 07
0
[Solved] Samba 4.4.4: ACLs not work property with recycle vfs object enable
Il giorno mar, 07/03/2017 alle 21.23 +0100, Dario Lesca via samba ha
scritto:
> Samba file server (Server role: ROLE_DOMAIN_MEMBER) joined to Win2008
> ADDC
>
> I have a strange problem with ACLs and "vfs object = recycle" enabled
>
> This is my share entry
>
> > [dati]
> > comment = Cartella Dati x tutti
> > path = /u/samba/dati/