similar to: selection of hinge function with restrictions, machine learning, earth package,

Displaying 16 results from an estimated 16 matches similar to: "selection of hinge function with restrictions, machine learning, earth package,"

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
2013 Nov 04
1
Subject: Regress multiple independent variables on multiple dependent variables
I want to estimate the effect of several independent variables on several dependent variables. In the example below I wanted to estimate the effect of three independent variables on ozone and temperature. My aim is to create a list of dependent and independent variables and automate the process rather than writing every dependent and independent variable in each model as I have done below.
2009 Aug 20
0
thanks!
Hey Matt I wonder if it is possible that it doesn't work with AEL, does this seem ok to you? s => { Ringing(); wait(2); Answer(); Set(MONITOR_EXEC=/etc/asterisk/lameconvert.php /var/spool/asterisk/monitor/^{MONITOR_FILENAME}); Queue(MyTestQ,ni,,,18); Hangup(); } I have debug
2011 Jul 20
2
Variable assigned to grep output - missing letter n!
This is kind of odd. [scarolan at host:~]$ cat loremipsum.txt Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec quis ipsum sed elit laoreet malesuada. Quisque rhoncus dui vitae eros euismod fermentum sollicitudin sem scelerisque. Nulla facilisi. Maecenas mollis pulvinar euismod. Duis viverra pharetra turpis eget feugiat. Nulla facilisi. Nullam facilisis, felis vitae lacinia
2003 Feb 09
0
missing .dlls .exes?
Hi there; I have samba-2.2.7a installed as PDC for Windows2K, XP, 98 (have not tested yet. It appears to work with 2K and XP. However, I have a few problems and I'd appreciate your comments. 1) net time \\linux /yes takes 30-40second on both 2K and XP 2) logging in on the server gives me the following errors: unix_clean_name [/wshENU.DLL] unix_clean_name [wshENU.DLL]
2007 Aug 02
1
boxplot hinge customization
Hello R users wiser than I - I am trying to produce a boxplot with quantiles defined by the type 6 algorithm used mainly by Minitab and SPSS for a comparison study. I found how to compare the results in tabular form using the quantile(x, type = 6) function, but am stuck on how to show the results in a summary boxplot form. Would someone be able the help with this situation? Many thanks, Matt
2009 Aug 18
2
Monitor-join not joining files in the queues.conf file
Hi everyone Has anybody ever come across this, I want it to join automatically the recording files for me but it creates the wav files as I expect but it doesn't join them sadly, so eg: ls 1250623104.10-in.wav 1250628672.23-in.wav 1250630411.30-in.wav 1250623104.10-out.wav 1250628672.23-out.wav 1250630411.30-out.wav Here is my queues.conf snippet [testQ]
2009 Aug 13
4
Time of Day Routing
Hi everybody I have a logic question that is confusing me. ifTime(00:00-12:00|*|*|*) { Playback(welcome-morning); } else { ifTime(12:00-18:00|*|*|*) { Playback(welcome-afternoon); } else { Playback(welcome-evening); }
2009 Aug 12
1
Why do CDR dstchannel have a strange number after them? IAX2/XXXX-????
Hi all I am just confused as to why Asterisk appends a strange number after the Channel and Extension number. This moght be obvious to some people but I have no idea why?? Eg: IAX2/100-9123 Where does the -9123 come from?? and can I ditch it? I have made a work around to substring it out using SQL for when doing logs, but I would like to know what it is and if I can remove it. (I am using
2009 Aug 20
1
Post recording command to be executed after the end of recording
Hi all Does anybody know where this command is supposed to go? Set(MONITOR_EXEC=mv /var/spool/asterisk/monitor/^{MONITOR_FILENAME} /tmp/^{MONITOR_FILENAME}) In the queues.conf file it talks about it. So I naturally thought after I set up my monitor with monitor-format = wav monitor-type = MixMonitor That I could put a lame command in there to convert and move the file elsewhere for backup with
2007 Apr 30
3
Definition of Hinges in Boxplot
Hi All, Is the definition and/or algorithm for the 'Hinges' (upper and lower) in Boxplot available somewhere online? I would like to know a little more than what is described in boxplot.stats. In particular I am trying to understand exactly how it differs from the default (Type 7) of the quantile function. Many thanks, Fredrik
2003 Aug 24
0
Controlling shares hing of a remote server
Hi, I'll upgrade my samba server from 2.2.X to 3.0 as soon as it is declared stable but I need one advice to the following setup : main server (where the account password is created) ---> disk server (where the physical disk of the user's shares should be located). THe ideia is that the main server controls the login, password, has some local shares BUT also control and maps the
2004 Jan 13
0
Rsync processes remain in sleep mode / don't terminate after sync hing
Hello, We're synching several directories between two windows server 2003 machines. Rsync version is 2.5.7 The command is running via a batch script, which looks like: .... D:\cygwin\bin\rsync.exe -rva --progress --delete --force --stats --exclude-from=d:\batch\rsync\excludes\excludes.txt /cygdrive/n/zphome/intranet.cp.siemens.de/sub1 server::wwwroot1/ >>
2005 Oct 07
1
[SPAM] Re: What Windows apps stand in the way of switc hing to Linuxat your shop?
.NET would be a critical component for GEICO's use of Linux and Wine. ========================================= George Falcon, Sr. Systems Engineer / 2CE2244 Software Distribution Team / Network / SOD / GEICO HQ Chevy Chase, MD. 20815 301-718-5260 Tie line 8-325-5260 ========================================= -----Original Message----- From: wine-users-bounces@winehq.org
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
When empty grids are shown (ex: no VMs in this pool) a specific graphic, message and improved action button are shown. For Task views, the user will see the current filter and an explanation that no tasks match that filter. Signed-off-by: Jeremy Perry <jeremy.perry at redhat.com> --- src/app/views/hardware/show_hosts.rhtml | 11 ++++------- src/app/views/hardware/show_storage.rhtml
2013 Feb 25
13
running yum update on remote servers
I have read a couple old threads here on updates for servers, and I am looking for some mechanics to getting the actual updates done. I don't want automatic updates; I want to control when and what gets updated. First I have to determine that a particular server needs updates. I suppose a daily script that would run "yum check-updates' and emails me the results could work, but