search for: ica

Displaying 20 results from an estimated 93 matches for "ica".

Did you mean: ia
2006 Nov 29
2
reshape command is (stats) dropping instances
...one could determine what is going on with the following command. It is only half-working and is losing lots of data. For the life of me I cannot even see the pattern of what it is losing and what it is not. I am attaching the R data set which you can use with the Load Workspace menu function. WideICA<-reshape(ICA,v.names=c("OD","Thickness","Surface.Cover"),idvar=c("Strain","ica","Rep","Locations"),drop="Growth",timevar="Time",direction="wide") The following two commands should give the same d...
2011 Oct 16
2
Use of ICA for sound
Hi, I'm looking at the "cocktail party" classic problem. I can see how to use ICA to separate the components. But, How do I then create new wav files of the separated sounds so that they can be played? Thanks -- Noah Silverman UCLA Department of Statistics 8208 Math Sciences Building Los Angeles, CA 90095 [[alternative HTML version deleted]]
2017 Mar 14
2
[PATCH] Enable specific ioctl calls for ICA crypto card (s390)
...ilter.c > +++ b/sandbox-seccomp-filter.c > @@ -223,6 +223,12 @@ static const struct sock_filter preauth_insns[] = { > #ifdef __NR_socketcall > SC_ALLOW_ARG(socketcall, 0, SYS_SHUTDOWN), > #endif > +#if defined(__NR_ioctl) && defined(__s390__) > + /* Allow ioctls for ICA crypto card on s390 */ > + SC_ALLOW_ARG(ioctl, 1, Z90STAT_STATUS_MASK), > + SC_ALLOW_ARG(ioctl, 1, ICARSAMODEXPO), > + SC_ALLOW_ARG(ioctl, 1, ICARSACRT), > +#endif /* defined(__NR_ioctl) && defined(__s390__) */ > > /* Default deny */ > BPF_STMT(BPF_RET+BPF_K, SECC...
2017 Feb 13
2
[PATCH] Enable specific ioctl calls for ICA crypto card (s390)
This patch enables specific ioctl calls for ICA crypto card on s390 platform. Without this patch, users using the IBMCA engine are not able to perform ssh login as the filter blocks the communication with the crypto card. Signed-off-by: Harald Freudenberger <freude at linux.vnet.ibm.com> Signed-off-by: Eduardo Barretto <ebarretto at li...
2010 Apr 28
0
New package for ICA uploaded to CRA
I have uploaded a new package to CRAN called ProDenICA. This fits ICA models directly via product-density estimation of the source densities. This package was promised on page 567 in the 2nd edition of our book 'Elements of Statistical Learning' (Hastie, Tibshirani and Friedman, 2009, Springer) . Apologies that it is so late. The method fit...
2000 Dec 11
0
ica functions/package
Does anyone know of an ICA (independent components analysis) package for R? In particular I'm looking for an implementation of the FastICA algorithm. Thanks in advance, Cole Harris -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~h...
2003 Mar 12
3
Independent Components Analysis
A colleague suggested that some R software was available for estimating "Independent Components Analysis" (ICA) (... signal separation). If so, I''d appreciate any pointers . Chris Barker Director of Statistical Research MEDTAP International, Inc. Redwood City, Ca www.medtap.com <http://www.medtap.com/> 650 632 4218 This e-mail mess...
2011 Mar 01
1
Explained variance for ICA
Hello, I think to use FastICA package for microarray data clusterization, but one question stops me: can I know how much variance explain each component (or all components together) ? I will be very thankful for the help. Thanks, Pavel [[alternative HTML version deleted]]
2009 Aug 12
0
installing mlica, or other ICA package
Dear R-users, was anybody able to install the mlica package succesfully? Or other ICA (Independent Component Analysis) package? But not the e1071. I have found mlica in the archive http://lib.stat.cmu.edu/R/CRAN/src/contrib/Archive/mlica/, repacked it to ZIP, installed and got an "updating HTML package descriptions" message. But library(m...
2010 Apr 28
0
New package for ICA uploaded to CRA
I have uploaded a new package to CRAN called ProDenICA. This fits ICA models directly via product-density estimation of the source densities. This package was promised on page 567 in the 2nd edition of our book 'Elements of Statistical Learning' (Hastie, Tibshirani and Friedman, 2009, Springer) . Apologies that it is so late. The method fit...
2009 Nov 11
1
Loadings and scores from fastICA?
Hi all, Does anyone know how to get the independent components and loadings from an Independent Component Analysis (ICA), as well as principal components and loadings from a Pricipal Component analysis (PCA) using the fastICA package? Or perhaps if there's another way to do ICAs in R? Below is an example from the fastICA manual (http://cran.r-project.org/web/packages/fastICA/fastICA.pdf) if(require(MASS))...
2017 Mar 03
2
[PATCH] Enable specific ioctl calls for ICA crypto card (s390)
On 03-03-2017 09:54, Petr Cerny wrote: > Damien Miller wrote: >> On Tue, 28 Feb 2017, Eduardo Barretto wrote: >> >>> On 13-02-2017 13:23, Eduardo Barretto wrote: >>> > This patch enables specific ioctl calls for ICA crypto card on s390 >>> > platform. Without this patch, users using the IBMCA engine are not >>> able >>> > to perform ssh login as the filter blocks the communication with the >>> > crypto card. >>> > >>> > Signed-off-by: Harald...
2009 Sep 23
2
Stretch the x-axis for better alignment comparison
...ave the following code that aligns the two graphs. Problem is that in .pdf it gives me it x-axis (0-100) is broken down into 0-20, 20-40..and so on. I wonder if there is for it to display the x-axis (and y-axis) in more detail than that. I'd appreciate your input -- pdf(file="VECTOR & ICA ALIGNMENT.pdf", height=5, width=5) par(oma=c(4,4,4,4),mar=c(2,2,2,2),mgp=c(1.8,0.1.8,0),mfrow=c(1,1)) vector <- read.table(file=paste("a_i_u_100.TXT",sep="")) plot(test$V2,test$V1,xlim=c(1,100),ylim=c (-1,10),xlab="TRs",ylab="amplitude",col="blu...
2017 Mar 02
2
[PATCH] Enable specific ioctl calls for ICA crypto card (s390)
On Tue, 28 Feb 2017, Eduardo Barretto wrote: > On 13-02-2017 13:23, Eduardo Barretto wrote: > > This patch enables specific ioctl calls for ICA crypto card on s390 > > platform. Without this patch, users using the IBMCA engine are not able > > to perform ssh login as the filter blocks the communication with the > > crypto card. > > > > Signed-off-by: Harald Freudenberger <freude at linux.vnet.ibm.com> &...
2005 Aug 31
1
R package for ICA
Hi, Which R packages are good to be used for independent component analysis? Thanks for any suggestions. Ran [[alternative HTML version deleted]]
2004 Jan 15
6
My story installing Samba-LDAP PDC (it has a happy ending)
....0.x). I'm running SuSE 9.0 on an x86 machine. I have my openldap server running without problem. At the moment is has no samba information except the inclusion of the samba.schema in the slapd.conf. I'm using the JXplorer tool to add/modify/delete directory information. My LDAP base is dc=ica,dc=luz,dc=ve. The server is listening without SSL (port 389) on interface 127.0.0.1 (localhost) interface and listening LDAPS (with SSL, port 636) on all interfaces (I know this is deprecated in favor of StartTLS, but this configuration works well for me). 1. Samba 3.0.1 compiled and installed wi...
2004 Jan 11
1
Trying to configure a SAMBA 3 PDC with OpenLDAP
...ded passdb backend 'tdbsam' Attempting to register passdb backend guest Successfully added passdb backend 'guest' Attempting to find an passdb backend to match ldapsam:ldap://localhost (ldapsam) Found pdb backend ldapsam Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=ICALUZ))] smbldap_search_suffix: searching for:[(&(objectClass=sambaDomain)(sambaDomainName=ICALUZ))] smbldap_open_connection: ldap://localhost smbldap_open_connection: connection opened ldap_connect_system: Binding to ldap server ldap://localhost as "cn=Manager,dc=ica,dc=luz,dc=ve" ldap_...
2006 Mar 23
1
PCA, Source analysis and Unmixing, environmental forensics
I am using R for environmental forensics (determination of the sources and/or groupings in mixtures of organic chemicals in the field). The goal is to determine in there are groups of samples with similar/dissimilar compositions, and to assign samples to a potential source or a mixture of sources based on the composition (unmixing and source allocation). Typically there are 10 to 50 chemicals that have been analyze...
2004 Aug 30
1
Asterisk and Citrix
...400]: chan_skinny.c:2275 get_input: Skinny Client sent less data than expected. Aug 26 14:48:34 NOTICE[1209214400]: chan_skinny.c:2335 skinny_session: Skinny Session returned: Success Then once a connection from inside the firewall is made the Citrix Meta Frame fails to connect to the desktop application, if I connect directly to the Meta-frame box outside the desktop application I can connect fine, we found that the port used on the desktop application use port 1604. (Also sometimes referred to as an ICA thin Client) The Citrix Meta frame box sits on the inside of the firewall. So a very...
2006 May 14
3
generals games
has anyone ever ran this windows game under wine? tia tyche ----------------------------------------------------------------------------- This Email is powered by ICA Canada OnLine http://www.icacanadaonline.com