search for: confuss

Displaying 20 results from an estimated 22 matches for "confuss".

Did you mean: confuse
2003 Feb 12
1
Confussion in mirroring
Hi all I want some information regarding mirroring. When mirroring from a rsync enabled site what internally happend?. mirroring is simillar to backup?. I want to know what is the difference between mirroring the batabase and backup the databse. plz help me regarding that. Thanx in advance. Regards Srinivasa Rao NatureSoft Pvt. Ltd. 11-20, 2nd Lane, Appu street, Mylapore,
2003 Apr 16
2
Jackknife and rpart
...estimate. I do not think the rpart.object can be applied to the jackknife function in bootstrap but can I do something as simple as: for(i in 1:number of samples){ remove i from the data run the tree compare sample[i] to the tree using predict create an error matrix} This would give me a confussion matrix of data not included in the tree's constuction. Am I being obtuse again? Thanks, CM
2008 Aug 10
2
detect if data is normal or skewed (without a boxplot)
...n then use t.test, but if my data is skewed then use wilcox.test. Something like the pseudo code below: fishlength <- c(35,32,37,39,42,45,37,36,35,34,40,42,41,50) if fishlength= "normally distributed" then t.test(fishlength) else wilcox.text(fishlength) I hope this isn't very confussing Felipe D. Carrillo Supervisory Fishery Biologist Department of the Interior US Fish & Wildlife Service California, USA
2007 Jul 18
1
Saving a dataset permanently in R
HI: I'm still struggling with datasets, the more I read about it the more confussed I get. This is the scenario... In R console|Edit|Data Editor, I can find all the datasets available with the different packages, So to create a new dataset in the R console I use the following commands to create an empty data frame. My_Dataset <- data.frame() My_Dataset <- edit(My_dataset)...
2011 Aug 28
1
Trying to extract probabilities in CARET (caret) package with a glmStepAIC model
...velopers, I have jutst started working with caret and all the nice features it offers. But I just encountered a problem: I am working with a dataset that include 4 predictor variables in Descr and a two-category outcome in Categ (codified as a factor). Everything was working fine I got the results, confussion matrix etc. BUT for obtaining the AUC and predicted probabilities I had to add " classProbs = TRUE," in the trainControl. Thereafter everytime I run train I get this message: "undefined columns selected" I copy the syntax: fitControl <- trainControl(method = "cv&quot...
2010 Feb 16
1
Samba 4 setup
...named configuration: /usr/local/samba/private/named.conf.update:3: 'ms-self' unexpected ?????????????????????????????????????????????????????????? [FAILED] I am struct here. Please guide me to solve this problem or any mannual to follow. Because at samba HOWTO, DNS and Kerberos section is confussing. Thanks in advance. Vijay Thakur The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
2004 Aug 06
1
oddcast plugin behaviors
...ct to it. For this case, the error.log says: ....src\connection.c Client connected ....src\connection.c Source found for client ....src\source.c Client added ....src\source.c Client had unrecoverable error with new data, probably due to client disconnection ....src\source.c Client removed I'm confussed. Icecast2 does not stream mp3 ?? moreover, If the server is Shoutcast; ogg/vorbis is not supported (I know that). MP3 data works ok!! <p>3- I saw in somewhere of oddsock forum a post asking about a "disconnect" button. I carry forward with it because, if the oddcast can't lo...
2006 Mar 28
3
I hope this is not spamming
...eate.sql return depot_development is the the database I want to put the table into, and it was created previously by me. I get back: ERROR: 1045 <28000>: Access denied for user ''ODBC''@''localhost'' <using password: NO> mysql error messages are sometimes confussing-- I think?? I wonder what''s going on, can any one help me please ta v much Julian K Bowler -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060328/bded8f57/attachment.html
2006 Feb 10
3
Rights problem with Voicemail and non-root user - yeah I know, I thought I had it fixed...
...apache msg0000.txt rw-r----- apache msg0000.wav rw-r----- apache New voicemail cannot be played, deleted or transferred by the ARI application. Apache is belongs to the Asterisk group. I thought I understood SUID, GUID and sticky bit now I am not so sure. What is really confussing to me is why the rights on the .txt file do not match the other 2 after running the 'chmod --recursive ...' command. Any help here would be greatly appreciated. I am using the lastest versions of Asterisk 1.2.4 and Zaptel 1.2.3, etc. Thanks
2009 Oct 29
2
[LLVMdev] Any objections to removing 'win32/...' subtree from LLVM?
FYI, I'll plan on removing this subtree on Monday of next week if no one else chimes in requesting a reprieve... On Wed, Oct 28, 2009 at 5:59 PM, PyLLVM <pyllvm at gmail.com> wrote: > No objection. > I'm studying LLVM on Win32 using visual studio. > CMake works well for it. > > > On Oct 26, 7:44 am, Chandler Carruth <chandl... at google.com> wrote: >>
2009 Nov 06
0
[LLVMdev] Any objections to removing 'win32/...' subtree from LLVM?
...the past, the only reason for not removing win32/ was that the cmake-generated project files are not relocatable. As the win32/ project files seem out of date for months now, I reckon that the user who had that requirement switched to cmake. The mere existence of the win32/ subtree is a source of confussion for newcomers. Maybe the same applies to Xcode/ -- Óscar
2013 Feb 11
1
[LLVMdev] x86 vs. i386 in clang ang llvm
Hi, I'm a bit confused with regard to the use of x86 and i386 in clang and llvm tools. I'm using clang to emit llvm with –m32 on a x86-64 machine. This generates a file with a target triple that uses i386. >From the i386 llvm file I generate a .bc file with llvm-as. When I try to generate an object file with llc -mtriple x86 -filetype=obj I get the following error: llc: target does
2013 Mar 28
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...isTargetWin32-borland-win32, > isTargetWin32-cygwin-win32, etc. > > Judging by the responses, there seems to be a need for that. Which > leaves the point of what should be 'the default', which could be > borland for all i care... but perhaps not an as heated discussion ? The confussion here comes from the fact that on most other platforms there is one single platform and C++ ABI. The Itanium ABI on Linux/x86/amd_64 is one example. AFAIK all Linux C++ compilers aim to be C++ ABI-compatible with g++. On Windows, there is no such thing as a canonical C++ ABI. There is a platform...
2010 Apr 15
0
nested (hierarchical) anova
...mmary( aov(cChol ~ drug + Error(dsource/drug), data=zar) ) ## The F and P values corresponding to subgroups can be obtained by: 0.5/1.5 # F pf(0.5/1.5, 3, 6, lower.tail=FALSE) # P ## or from the second row in the two way anova: summary( aov(cChol ~ drug + dsource, data=zar) ) In order to avoid confussion in our students (and myself!) I wonder if we can obtain the desired results in one step? Thank you in advance for your kind help. Héctor -- Héctor Villalobos <hvillalo@ipn.mx> CICIMAR - IPN A.P. 592. Col. Centro La Paz, Baja California Sur, MÉXICO. 23000 Tels. (+52 612) 122 53 44;...
2011 May 10
1
Reference Classes copy(shallow=FALSE) unexpected behavior.
...class "Con" <environment: 0x15b4ba08> As you can see the elements of both lists share the memory addresses while I was expecting the shallow=FALSE to perform a deep copy and create copies of those objects as well. As I''m new with reference classes this causes me a lot of confussion. Is this a bug, is this a feature? Any insights about the matter are welcome Thanks in advance -M -- Manuel Castejón Limas University of León, Spain manuel.castejon@unileon.es [[alternative HTML version deleted]]
2003 Mar 14
2
numbers and decimal points
I have a question for our European readers: how common is it to use commas as decimal points in spread-sheet and statistics applications? Is it an inconvenience to require that all data use a period as decimal point? (i.e., 3.14159 rather than 3,14159). We're trying to make our program as foolproof as possible, and would prefer not to give users a chance to have commas as both decimal
2018 Oct 30
0
Problem with cached userdb info
...9 14:31:49 myotis60 dovecot: auth: Debug: userdb out: USER#0111#011angel.luis at um.es#011quota_rule=*:storage=2G#011home_prefix=/mail/mailboxes/um.es#011index_prefix=/mail/indexes/um.es#011relpath=3a/3aa35516-d2bd-11e8-8708-d0cb8a49c4ef#011uuid=3aa34f3a-d2bd-11e8-8708-d0cb8a49c4ef I'm also confussed about that dovecot is always loggin: prefetch(angel.luis at um.es): passdb didn't return userdb entries, trying the next userdb even if I have made a imap/pop3 before the doveadm user command. Am I doing something wrong? Is there any way to flush this userdb cache (without restarting d...
2003 Aug 14
2
Using spline parameters to generate data
# I need to generate some data. I'm modeling some time series that follow a # negative exponential decay (mostly). I have 20 samples that can easily be fit with cubic splines. # What I want to do is generate many thousands of similar samples using the parameters from the splines # For instance one data sample looks not unlike this: foo.curve <- 1 * exp(-0.01 * 1:500) + 0.5
2005 Oct 04
3
Replace NT 4.0 with Samba PDC but keep PC WINS *Advice*
I am in the process of researching and testing SAMBA as a PDC. The only thing I am uncertain about is that our billing scheduling system is running WINS and our 110 pc's are configured to use it for wins resolution. I would like to leave WINS on that system but can it coexist with a SAMBA server acting as PDC but not doing WINS? I will be replacing an NT 4.0 PDC which has operated with
2013 Mar 28
4
[LLVMdev] Handling SRet on Windows x86
Joe Groff <arcata at gmail.com> writes: >> MSVC is not the system compiler. Certainly, it is not distributed with >> the system. Actually, MSVC was a secondary player on Windows for a long >> time, with several other C++ ABI-incompatible options available. > > > It isn't shipped with the system, but it's freely available as part of the > Windows SDK,