search for: intiti

Displaying 20 results from an estimated 21 matches for "intiti".

Did you mean: initi
2010 May 17
2
retrieving last R output
Hello. I ran a simulation that took a few days to complete, and want to analyze the results, but have just realized that I (idiotically) did not assign the output to a variable when I intitiated the simulation. Is there any way to retrieve the last output produced by R so that these last few days were not a waste? Thank you very much. -- View this message in context: http://r.789695.n4.nabble.com/retrieving-last-R-output-tp2219574p2219574.html Sent from the R help mailing list archiv...
2004 May 11
1
AW: Probleme with Kmeans...
...ns has problems to initialize good starting points, because of the random choose of these starting initial points. With kmeans(data,k,centers=c(...) the problem can be solved. Generally, the starting points can be choose equidistant on a hyperplane of the data, which is also a simple way to get the intitial points (www.fuzzyclustering.de , fc-package of H??ppner, manual). Thank you for your comment, Matthias -----Urspr??ngliche Nachricht----- Von: Unung Istopo Hartanto [mailto:unung at enciety.com] Gesendet: Dienstag, 11. Mai 2004 16:23 An: TEMPL Matthias Betreff: Re: [R] Probleme with Kmeans...
2007 May 17
1
use loop or use apply?
...} } FUN1 <- function(aa, BB) return(rowSums( (matrix(aa, nrow=nrow(BB), ncol=ncol(BB), byrow=TRUE) - BB)^2) ) FUN2 <- function(aa, BB) return(apply(BB, MARGIN=1, FUN="FUN3", aa=aa)) FUN3 <- function(bb,aa) return(sum((aa-bb)^2)) ### With these methods and the following intitializations, a <- 100; b <- 1000; d <- 100; n.loop <- 20; A <- matrix(rnorm(a*d), ncol=d) B <- matrix(rnorm(b*d), ncol=d) all.times <- matrix(0,nrow=5,ncol=4) rownames(all.times) <- rownames(as.matrix(system.time(NULL))) for (i in 1:4) for (j in 1:n.loop) all.times[,i...
2004 Sep 30
1
Problem with _new_ if class "lm" in object representatio n.
...ot;if" polluted code, or using slot(obj,"mod",check=FALSE)<- NULL. But the documentation for slot states. check: " You should never set this to 'FALSE' in normal use, since the result can create invalid objects. " b) The Problem which I have writing intitialization functions like suggested by J.C is: Imagine you have an object with twenty slots. You have to write and initialize function with approximately 20 "if"'s. One of the contribution of S4, as mentioned above, is to help you to avoid writing such "if" polluted func...
2005 Aug 12
0
Quickbooks Pro 2003 installed will not run
...version and have installed both applications. Quicken seems to be completely functional, did see one diagnostic during install but it did not seem to cause any issues. I have been able register the product, download investment quotes, and update the product. Quickbooks installed and popped up an intitial diagnostic about registering the product, I think, and then flashed to the screen and went away. Now it flashes to the screen and goes away. I have not found but one reference by searching the net and it seemed to have the same symptom and the person posting thought it was related to missing font...
2001 Jun 20
0
recordPlot usage: add snaps to a list.
...Dynamic Schedule"); a<-recordPlot(); } } Note I add in the a<-recordPlot() to try to keep a snapshot. That value a gets returned. I have tried in many many ways to add that snap a onto a list of snaps, but all have failed, making me think list does not mean what I think it does. A #intitialize a list pictureList <- list(); #loop through variable names, take return from each histomatic call, and append #to pictureList. for (var in nameList) if (is.numeric (RandMastMod0[[var]])) { pictureList <- c(pictureList, histomatic(NoFlagMod0,RandMastMod0,NoMastMod0,var)); } Af...
2012 Aug 02
1
[PATCH] fix typo in comment
...es changed, 1 insertions(+), 1 deletions(-) diff --git a/com32/mboot/mboot.c b/com32/mboot/mboot.c index 35450e0..10e6701 100644 --- a/com32/mboot/mboot.c +++ b/com32/mboot/mboot.c @@ -198,7 +198,7 @@ int main(int argc, char *argv[]) } if (init_map()) - return 1; /* Failed to allocate intitial map */ + return 1; /* Failed to allocate initial map */ /* * Map the primary image. This should be done before mapping anything -- 1.7.5.4
2009 Feb 10
3
[PATCH 2/2] Use correct config option for ixgbe VMDq
...((i & adapter->ring_feature[RING_F_VMDQ].mask) == 1) @@ -2288,7 +2288,7 @@ static void ixgbe_configure_rx(struct ix } #else adapter->rx_ring[i].rx_buf_len = rx_buf_len; -#endif /* CONFIG_XEN_NETDEV2_BACKEND */ +#endif /* CONFIG_XEN_NETDEV2_VMQ */ #ifndef IXGBE_NO_INET_LRO /* Intitial LRO Settings */ @@ -2462,7 +2462,7 @@ static void ixgbe_restore_vlan(struct ix } #endif -#ifndef CONFIG_XEN_NETDEV2_BACKEND +#ifndef CONFIG_XEN_NETDEV2_VMQ /** * compare_ether_oui - Compare two OUIs * @addr1: pointer to a 6 byte array containing an Ethernet address @@ -2491,11 +2491,11 @@...
2007 Feb 05
0
Callfiles to Meetme Fails (was: RE: Using Local Channels with Originate)
I have Meetme conferencing compiled for Debian as per http://powerontech.com/freepbx-on-debian.htm . I drop a callfile in the outgoing dir, and it intitiates a call to a local extension as a channel, but the call seems to block on the Meetme() command. That extension completes the outgoing Dial(SIP) command to my phone, announcing that leg is the only member of the conference, and just waits. If I hang up, the exit status is reported by Asterisk (in...
2023 Feb 08
3
long delays with file enumeration & listing in large data storage environment
...oining a Samba server to domain using either Winbind or using ADBridge (PBIS), enumeration time of listing files from windows file explorer for that share is roughly (9) seconds for a folder containing 30k files consisting of both large (upto 15GB in size) and small size files (as low as KB's). Intitially, without setting logging to "0" and disabling smb max server protocol in smb.conf (which is now defaulting to smb3_11), listing of these files would take up to 45 seconds. So we have already drastically cut down this time with smb.conf option corrections. As ~9 seconds may seem trivi...
2019 May 14
4
Handling of the x18 register in Wine on AArch64
...iews.llvm.org/D61894. Do note that this approach can be pretty controversial to upstream to LLVM. This also requires the same Wine patch as 3), but for a different reason. When signal_init_thread is called to initialize x18, the caller will restore the register on return. The most robust way to intitialize it is right before handing control over to native code. 5) Enclose every callback call in Wine with a wrapper/thunk that sets up the register correctly. This would be a perfect solution, but is practically unfeasible. As far as I know, this is the approach that was used for Win16 back in...
2009 Jan 27
5
[PATCH 2/2] Add VMDq support to ixgbe
...eature[RING_F_VMDQ].mask) == 1) @@ -2226,6 +2288,10 @@ static void ixgbe_configure_rx(struct ix } else { adapter->rx_ring[i].rx_buf_len = rx_buf_len; } +#else + adapter->rx_ring[i].rx_buf_len = rx_buf_len; +#endif /* CONFIG_XEN_NETDEV2_BACKEND */ + #ifndef IXGBE_NO_INET_LRO /* Intitial LRO Settings */ adapter->rx_ring[i].lro_mgr.max_aggr = adapter->lro_max_aggr; @@ -2398,6 +2464,7 @@ static void ixgbe_restore_vlan(struct ix } #endif +#ifndef CONFIG_XEN_NETDEV2_BACKEND /** * compare_ether_oui - Compare two OUIs * @addr1: pointer to a 6 byte array containing an E...
2013 Mar 15
2
[PATCH 0/2] remoteproc : support for host virtio
From: Erwan Yvin <erwan.yvin at stericsson.com> This driver depends on Rusty's new host virtio ring implementation, so this patch-set is based on the vringh branch in Rusty's git. with the vringh wrapper patch on top. They do not apply cleanly on top of the remoteproc virtio config patches from Sjur, but it merges fine. CAIF will use this new host virtio ring implementation. Ido,
2013 Mar 15
2
[PATCH 0/2] remoteproc : support for host virtio
From: Erwan Yvin <erwan.yvin at stericsson.com> This driver depends on Rusty's new host virtio ring implementation, so this patch-set is based on the vringh branch in Rusty's git. with the vringh wrapper patch on top. They do not apply cleanly on top of the remoteproc virtio config patches from Sjur, but it merges fine. CAIF will use this new host virtio ring implementation. Ido,
2010 May 12
8
function
Dear list, I'm trying to implement the following function, but what I get is an error message and I don't understand where is the error: #outliers'identification: iqr=lapply(bb,function(){ inner_fencesl=quantile(x,0.25)-1.5*IQR(x) inner_fencesh=quantile(x,0.75)+1.5*IQR(x) outer_fencesl=quantile(x,0.25)-3*IQR(x) outer_fencesh=quantile(x,0.75)+3*IQR(x)}) where bb is a dataframe
2010 Jan 15
21
Dynamic Assets - can it be done?
I''m looking for 3 areas to work as dynamic assets: image_path, javascript_path, and stylesheet_path When I say dynamic, I mean that they will be dynamic through controller/models. I have been working through approx. 12 hours of searches to satisfy my answer to this question but am not finding much luck. The closest things I''ve found enabling this are use of config for assets
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
Hi all, just letting you know that I am about to submit the final version of the Ogg 1.0 file format Internet-Draft to the IETF. It is due by today (March 3, Monday - Internet Draft final submission cut-off at 09:00 ET) for the next IETF meeting and I expect they will promote it to RFC status at the meeting. Please send any last-minute changes to me. Cheers, Silvia. <p><p>
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
Hi all, just letting you know that I am about to submit the final version of the Ogg 1.0 file format Internet-Draft to the IETF. It is due by today (March 3, Monday - Internet Draft final submission cut-off at 09:00 ET) for the next IETF meeting and I expect they will promote it to RFC status at the meeting. Please send any last-minute changes to me. Cheers, Silvia. <p><p>
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
...quot;, pc, startpc, endpc); goto internal_error; } diff-tree bd449d3ebe7adc1a6fc90beafef2f192a6c23ac4 (from 2ae8e627b6ad7d5c5cba649db11cde9758e43815) Author: Benjamin Otte <otte@gnome.org> Date: Tue Jan 30 14:52:20 2007 +0100 fix SwfdecScript reference handling - intitialize fun->swf to NULL - unref fun->swf on finalization diff --git a/libswfdec/js/jsfun.c b/libswfdec/js/jsfun.c index 1ba58f8..84121de 100644 --- a/libswfdec/js/jsfun.c +++ b/libswfdec/js/jsfun.c @@ -1042,6 +1042,7 @@ fun_convert(JSContext *cx, JSObject *obj } } +extern void swfd...
2003 Dec 01
0
No subject
...lt;samba@samba.org>; Mon, 30 Jul 2001 00:37:44 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 30 Jul 2001 00:42:33 -0700 X-Originating-IP: [65.5.40.90] From: "Hummy" <HoangTang@hotmail.com> To: <samba@samba.org> Subject: Why the intitial handshake is so slow? Date: Mon, 30 Jul 2001 01:48:42 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Message-ID: <OE21aqngjCSmlJMR7vA00002da7@hotmail.com> X-OriginalArrivalTime: 30 Jul 2001 07:42:33.0449 (UTC...