Displaying 20 results from an estimated 1817 matches for "earth's".
2009 Dec 16
5
OT: Google Earth - How to uninstall, before installing newest version?
Desktop is CentOS 5.4 (32 bit). I have Google Earth version
4.2.205.5730 (13NOV2007 build date) installed. I have checkinstall
(spelling?) installed, but am not sure if that was installed before or
after Google Earth was installed. I have the Google Repository
installed, but apparently Google Earth cannot be updated via yum and
probably it was not i...
2005 Oct 14
1
wbinfo not looking up groups in mixed MS NT/2k AD
...res dns
networks: files dns
services: files
protocols: files
rpc: files
ethers: files
netmasks: files
netgroup: files winbind
publickey: files
bootparams: files
automount: files nis
aliases: files
/etc/samba/smb.conf
[global]
workgroup = EARTH
server string = Samba Server
netbios name = Mordor
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
printer admin = @ntadmin, root, administrator
security = ads
realm = EARTH.COM
allow t...
2015 Apr 25
1
google-earth crashes on CentOS 6.6
Hey all,
With google-earth-stable.x86_64 0:7.1.2.2041-0
[mlapier at peach /]$ /usr/bin/google-earth
[0425/000212:ERROR:net_util.cc(2195)] Not implemented reached in bool
net::HaveOnlyLoopbackAddresses()
Failed to load "/opt/google/earth/free/libinput_plugin.so" because
"/usr/lib64/libstdc++.so.6: version `GLI...
2009 May 27
2
Wine / Google Earth network issue
Trying to install Google Earth under wine, I get to a point where the installer trying to contact Google for some download.
----------------
fixme:msxml:domdoc_createNode nodes with namespaces currently not supported.
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
fixme:winhttp:WinHttpGetDefaultProx...
2009 Feb 09
2
Generating new variable based on values of an existing variable
...following data:
mydf<-data.frame(region=c(rep("North", 5), rep("East", 5), rep("South", 5), rep("West", 5)))
Assume, in addition, that I have a factor vector with four values (I actually have a factor with almost two-hundred values):
element<-c("earth", "water", "air", "fire")
I would like to add a new variable to the data frame (called "element") such that the value of "element" is "earth" in each observation for which mydf$region=="North", etc. In STATA, this was relat...
2014 Feb 18
0
sssd + samba4 not working (yet)
...ist,
It has been a true adventure setting up a samba4 ad with a bind9 backend.
>From what I can see, everything is more or less working:
--> samba itself:
root at bubba3-one:/etc/sssd# smbclient //localhost/netlogon -UAdministrator
-c 'ls'
Enter Administrator's password:
Domain=[EARTH] OS=[Unix] Server=[Samba 4.1.4-SerNet-Debian-7.wheezy]
. D 0 Mon Feb 17 17:58:42 2014
.. D 0 Mon Feb 17 17:59:46 2014
40317 blocks of size 262144. 29196 blocks available
root at bubba3-one:/etc/s...
2013 Nov 08
2
Earth (MARS) package with categorical predictors
It appears to be legitimate to include multi-level categorical and continuous variables in defining the model for earth (e.g. y ~ cat + cont1 + cont2) but is it also then possible use categoricals in the predict method using the earth result? I tried but it returns an error which is not very informative.
Thanks
Chris
2009 May 08
1
dqrdc2_ dqrsl_ dtrsl_ missing from libs? compiling earth standalone
I have been trying to compile the earth Multivariate Adaptive
Regression of Splines package as a standalone application under Linux
(x86_64 kernel-2.6.27.21 openSUSE 11.1) with gcc 4.3.2.
The package compiles without problems from within R as an R module and
I get the following linker error:
earth.c:(.text+0x1a14): undefined refere...
2012 Feb 21
3
Using earth.dist function
Hi Everyone,
I am a graduate student who will be using R to do my analysis. I need to do
a spatial analysis, and the first step is to calculate the geographic
distance between my study sites. I am hoping to use earth.dist because it
allows for multiple pairwise distances to be calculated at one time. I have
done a sample calculation, and I seem to have a problem between the steps of
using create.lats and earth.dist. I've copied the steps I've taken in R
since I am NOT computer literate and have a real...
2008 Nov 25
5
google earth
:? Can I access google earth with Wine?
I am dualbooted with XP and Ubuntu 8.10. GE works fine in XP. There are no drivers for my VIA KM400 chip set for Ubuntu.Can I use Wine to access my XP drivers?
stmcc (mac)
2008 Oct 12
1
Empire earth: page fault
Hi, i'm trying to run empire earth. Anyway i get an error:
Code:
wine: Unhandled page fault on read access to 0x0000177c at address 0x7d2714fd (thread 0027), starting debugger...
Unhandled exception: page fault on read access to 0x0000177c in 32-bit code (0x7d2714fd).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003...
2024 Jul 16
2
Automatic Knot selection in Piecewise linear splines
...t; Anupam
NB: linear splines, i.e. piecewise linear continuous functions.
Given the knots, use approx() or approxfun() however, the
automatic knots selection does not happen in the base R packages.
I'm sure there are several R packages doing this.
The best such package in my opinion is "earth" which does a
re-implementation (and extensive *generalization*) of the
famous MARS algorithm of Friedman.
==> https://en.wikipedia.org/wiki/Multivariate_adaptive_regression_splines
Note that their strengths and power is that they do their work
for multivariate x (MARS := Multivariate A...
2005 Jan 14
1
Unable to connect to smb shares from second machine in workgroup
I have a pretty simply home LAN with a Linux box (Mandrake 9.1) and 2 XP
boxes. The workgroup is named UNIVERSE and the machines are earth
(Linux), voyager (XP) and starbase (XP). (smb.conf has security=user).
Voyager can browse over to \\earth\share no problem. Recently I
connected starbase to my LAN using a wireless router. When on starbase I
cannot browse to \\earth\share. When I do so I get prompted for a
username/password. N...
2011 Sep 27
2
Matrix and list indices
Hi guys,
I am trying to replace all elements of earth that are equal to zero with their corresponding elements in mars. I can do the replace with a bunch of for-loops, but I don't think this is the R way of doing things.
my_list <- list( earth=array(c(0,0,45,0,0,45,0,45),dim=c(2,2,2)), mars=array(c(8:1),dim=c(2,2,2)))
my_list
for (i in c(1:2))...
2011 Mar 14
0
selection of hinge function with restrictions, machine learning, earth package,
On 2011-01-27 14:22, Rasti Matus wrote:
> I have a few questions regarding machine learning packages in R,
> e.g. earth package ...
>
> 1) How could I force the algorithm to generate knots only with
> values < 90 for variable doy?
Not possible in the current implementation. In principle it
would be possible to extend earth so the user-defined "allowed"
function includes a knot parameter. But...
2015 Dec 17
1
getting Google Earth to work.
...uild" option used on the page you reference.
> > Rather there's "-ep <local-rpm-file>.rpm", shown in "3.". Trying it
> > just now worked. I got a warning on the rebuild, but a new .rpm was
> > generated, which I was able to install and got google-earth to start
> > up.
> >
> > If you follow the link on the second line ("I just had to follow the
> > steps",) at the top of the page you reference, the description in
> > "#32" seems to have all the necessary bits, including a link to an
> > rp...
2011 Jul 21
1
Error: bad index in plotmo functions for MARS model (package earth)
Hello all useRs,
I am tring make a simple surface plot ( 2 by 2 terms of a MARS model
(with earth package)
but I get the follow error message:
> plotmo( mars )
Error: bad index (missing column in x?)
I don't no how to workround this... :-(
I thanks in advanced by some help!
Thanks.
Cleber
###############
>
> ### example code:
> library( earth )
> data( gasoline, pack...
2008 Aug 23
0
OT: Google Earth, v.4.3.7284.3916 (beta) on CentOS 5.2 (32 bit) (SOLVED)
...2008 at 6:49 PM, Lanny Marcus <lmmailinglists at gmail.com> wrote:
>> On Fri, Aug 22, 2008 at 3:48 PM, MHR <mhullrich at gmail.com> wrote:
>>> On Fri, Aug 22, 2008 at 11:22 AM, Lanny Marcus <lmmailinglists at gmail.com> wrote:
>>>> The version of Google Earth I installed last December was working
>>>> great this morning. Then, I decided to update to the latest version
>>>> and when I tried to do that with yum, I didn't have the right name for
>>>> the package (now, I think it may be "google-earth"), so I...
2006 Dec 29
3
>>>|<<< END OF THE WORLD >>>|<<<
[image: Ending Began] <http://end-of-earth-information2.50webs.com/>End
of the World !!! Begins[image: Ending
Began]<http://end-of-earth-information2.50webs.com/>
[image: Cracking Starts] <http://end-of-earth-information2.50webs.com/>[image:
Drowning] <http://end-of-earth-information2.50webs.com/>
http://end-of-earth-i...
2009 May 16
5
bagged importance estimates in earth problem
I was trying to produced bagged importance estimates of attributes in earth using the caret package with the following commands:
fit2 <- bagEarth(loyalty ~ ., data=model1, B = 10)
bagImpGCV <- varImp(fit2,value="gcv")
My bootstrap estimates are produced however the second command "varImp" produces the following error:
Error in UseMethod(...