Displaying 20 results from an estimated 700 matches similar to: "Cross Realm Support"
2003 Jun 25
1
Kerberos PAC information
Does SAMBA 3.0 use the PAC information available within a Microsoft Kerberos
ticket?
Thanks.
-dan
--------------------------------------
Daniel Wachdorf
drwachd@sandia.gov
Sandia National Laboratories
System Security Research and Integration
505-284-8060
2004 Jan 22
11
Pending OpenSSH release: contains Kerberos/GSSAPI changes
(I hope this message is appropriate for these lists. If not, please
tell me and I won't do it again.)
Hi All.
There will be a new release of OpenSSH in a couple of weeks. This
release contains Kerberos and GSSAPI related changes that we would like
to get some feedback about (and hopefully address any issues with)
before the release.
I encourage anyone with an interest in
2010 Nov 10
2
Installing Packages
Hi.. I am using R as a user, another group built everything I am using. But I need to install some packages and my only internet access is via a web-proxy. I have hunted though the docs and I'm not finding anything on setting a proxy in the package install command. Any help would be really appreciated.
Thanks
Sue
Susan Caskey
International Biological Threat Reduction
Sandia National
2009 Jun 03
2
classification table in logistic regression
Prof. Harrell,
My name is Armida Carbajal, I'm a graduate student intern at Sandia National Laboratories (SNL) and am conducting some research for my thesis project at the University of New Mexico in Statistics for SNL.
My project entails a logistic regression and I wanted to create a classification table like the one found in SAS using the function CTABLE. I was running out of ideas on
2002 Jan 22
1
documentation and plotting with lqs
Dear r-help,
Is there any available description of the components of lqs objects
found in the package "lqs"?
> names(slts)
[1] "crit" "sing" "coefficients" "bestone"
[5] "fitted.values" "residuals" "scale" "terms"
[9] "call"
2005 Dec 21
1
System Reliability Metrics
I need to calculate some metrics such as Mean Time Between Failure
(MTBF), etc (see http://www.cs.sandia.gov/~jrstear/ras for a more
complete list). I have observations like
start end state
1 2005-11-11 09:05:00 2005-11-11 12:20:00 Scheduled Downtime
2 2005-11-12 13:42:00 2005-11-12 14:45:00 Unscheduled Downtime
where each row describes
2001 Nov 08
2
programming question
Dear r-help,
I am trying to build a new function (to process rpart objects) that will
output matrix that has a row for each node and a column for
each feature. With each entry in the table is a numerical property
at that node for that feature (e.g. surrogate split agreement, improvement).
My current trouble is that the only clue to the identity of the feature is
stored as the *name* of the
2016 Sep 08
3
¿Cómo generar tabla apaisada salida PDF con RMarkdown?
Buenas a todos.
No me queda del todo claro si éste es el foro en el que preguntar o
debería ser otro, ya que incluye cosas que van más allá de R. Sepan
disculpar si me estoy excediendo.
Estoy trabajando con RStudio y quiero generar un documento de salida en
PDF; en ese documento tengo bastantes tablas anchas que no entran usando
knitr::kable(la.tabla.ancha)
Sí salen perfectamente en HTML
2009 Oct 02
1
decision trees using the Hellinger distance rather than
Hi, while working with decision trees and unbalanced data, I came across the
use of the Hellinger distance as an alternative to information gain [1,2],
when dealing with skewed data. Does anybody know of R implementations of
this approach to decision trees?
Thanks,
[1] http://www.cse.nd.edu/Reports/2008/TR-2008-06.pdf
[2] http://csmr.ca.sandia.gov/~wpk/slides/wdmda-sem.pdf
--
Rajarshi Guha
NIH
2010 Aug 10
0
[LLVMdev] sqlite3 crashing jit
On Tue, 10 Aug 2010 13:42:05 -0600
"Bueno, Denis" <denbuen at sandia.gov> wrote:
> Hello,
> http://www.opendylan.org/~housel/bcdump.pl
> I'm trying to compile sqlite3 using llvm-gcc, then run it with lli.
sqlite3 is part of LLVM testsuite, so it shouldn't crash ...
> This builds with the exact same flags as above, but with -emit-llvm
> added. It should
2016 Sep 09
2
¿Cómo generar tabla apaisada salida PDF con RMarkdown?
Muchas gracias, Jos Antonio y Carlos.
Estaba por escribir sandeces varias. Comento, por si hay algn lector,
que como yo, se guarda los correos con respuestas a problemas posibles.
No estaba usando|header.tex|, que es necesario para una como para otra
solucin.
El encabezado queda as:
|---||
||title: "Tablas que no entran"||
||author: "Sandia Urlia"||
||date: ""||
2007 Jul 25
1
regarding polylines
hi all, i am experimenting with ym4r mapstraction, i am using yahoo api
, when i tried polylines , its not showing up.. the code is
var map;
window.onload = addCodeToFunction(window.onload,function() {
map = new Mapstraction("map_div","yahoo");
map.setCenterAndZoom(new LatLonPoint(37.3853,-122.0172
),12);map.addSmallControls();
map.addMarkerGroup(new
2009 Dec 03
1
Data frame/read.ftable
My apologies for this question but I?m stuck and I?m sure that there must be
an easy answer out there (and hope that someone will have mercy and point me
in the right direction).
I have a data file that looks like:
1 77 3
1 8 1
1 7 2
1 1 5
1 42 7
1 0 2
1 23 1
2 83 9
2 8 2
2 6 5
2 23 3
3 11 3
3 8 1
.
.... etc.
.
N 3 2
(FWIW, these are document, word reference, and word frequency counts.) I
2010 Apr 09
0
[LLVMdev] Unknown or runtime type in function definition?
On Fri, Apr 9, 2010 at 2:11 PM, Bueno, Denis <denbuen at sandia.gov> wrote:
> Hello all,
>
> I'm trying to understand a bit of LLVM IR syntax. I have a function
> definition which looks like this in IR:
>
> define void @foo(%1* ptr) { ...
>
> The C code for foo has a definition that looks like:
>
> typedef struct bar_struct bar;
> ... Definition
2010 Aug 10
3
[LLVMdev] sqlite3 crashing jit
Hello,
I'm trying to compile sqlite3 using llvm-gcc, then run it with lli. I've attached a Makefile and a main.c that simply invokes sqlite3_initialize(). You'll need to download sqlite3 (it was too big to attach) and copy main.c and the Makefile into the directory where sqlite3.c is [Link: sqlite-amalgamation-3_7_0_1.zip <http://www.sqlite.org/sqlite-amalgamation-3_7_0_1.zip>
2001 May 22
1
Surrogate splits for decision trees
Dear R,
Short verse of the question:
Is there R code which will calculate surrogate splits
and/or delta impurity for decision trees at each node?
Long Version:
I have local, legacy code which I use to calculate my decision trees.
I would like to switch to R, but as I understand it surrogate splits
are not implemented.
Surrogate splits and feature ranking are described in Breiman et al
2002 Feb 26
1
Logistic Regression woes
Hi All,
When I tried to do logistic regression and I got the following messages:
> SampledW.glm.ALL <- glm (V1 ~ ., family = binomial, data = SampledW)
Warning messages:
1: Algorithm did not converge in: (if (is.empty.model(mt)) glm.fit.null else glm.fit)(x = X, y = Y,
2: fitted probabilities numerically 0 or 1 occurred in: (if (is.empty.model(mt)) glm.fit.null else glm.fit)(x = X, y =
2001 Sep 04
1
searching the r-help list
Do those who have had trouble finding stuff in the R-archive
used the search engine?
http://www.scirus.com/
And as far as threading goes. My mailler "mutt" threads the
mailing list quite nicely.
--Clayton
--
Clayton Springer, Ph. D.
Sandia National Laboratories csprin at ca.sandia.gov
Biosystems Research Department (925) 294-2143
P.O. Box
2001 Nov 12
0
Additional Documentation for rpart?
Dear r-help,
I am looking for additional documentation on the "adj" column in rpart's
splits matrix. The help says:
adj
gives the adjusted concordance for surrogate splits
I am looking info about "adjusted concordance". I cannot find this phrase
in either Therneau & Atkinson original RPART documentation or the CART
book.
This question came up in the
2002 Oct 22
2
3.5p1, krb5 ssh -X-> sshd (F-Secure 3.0.1)?
I built openssh 3.5p1 with (--with-kerberos5=DIR) krb5-1.2.6 and
openssl 0.9.6g on RedHat 7.2 and been trying to get it to talk with a
commercial ssh, identified in the ssh -v output snippet below:
.
.
.
debug1: Remote protocol version 1.99, remote software version 3.0.1 F-SECURE SSH SNL1.0
debug1: match: 3.0.1 F-SECURE SSH SNL1.0 pat 3.0.*
debug1: Enabling compatibility mode for protocol 2.0