similar to: fast time series similarity (iSAX, UCR DTW, UCR ED) implementations for R?

Displaying 20 results from an estimated 300 matches similar to: "fast time series similarity (iSAX, UCR DTW, UCR ED) implementations for R?"

2008 Jan 29
0
New package: dtw - Dynamic Time Warping
Dear R community, I would like to introduce the package "dtw" for computing Dynamic Time Warping (DTW) alignments and related algorithms on timeseries. The DTW algorithm computes the time axis stretch which optimally maps one timeseries (query) onto another (template); it outputs the resulting cumulative distance between the two inputs, which is frequently used for classification and
2008 Jan 29
0
New package: dtw - Dynamic Time Warping
Dear R community, I would like to introduce the package "dtw" for computing Dynamic Time Warping (DTW) alignments and related algorithms on timeseries. The DTW algorithm computes the time axis stretch which optimally maps one timeseries (query) onto another (template); it outputs the resulting cumulative distance between the two inputs, which is frequently used for classification and
2006 Jul 12
1
DTW - dynamic time warping - and time series in R
Hello, can anybody tell me if there exists functions for DTW in R? I didn't find anything at CRAN's search page... Also any information about packages for time series preprocessing (for pattern matching) would be useful... Thanks a lot, ondra
2013 Apr 07
1
importing and merging many time series
Hello. I've got many (5-20k) files with time series in a text format like this: 1359635460 2.006747 1359635520 1.886745 1359635580 3.066988 1359635640 3.633578 1359635700 2.140082 1359635760 2.033564 1359635820 1.980123 1359635880 2.060131 1359635940 2.113416 1359636000 2.440172 First field is a unix timestamp, second is a float number. Its
2005 Jan 21
1
Where is the * servers IP defined for sip phones?
This I am sure is a very easy question, but I can't seem to find the answer. Here is the scenario: cisco 7940g phone has SIP 6.3 firmware applied the file SIP<mac>.cnf does not seem to have a place for it: image_version: P0S3-06-3-00 #line 1 settings line1_name: "5010" ; Line 1 ExtensionUser ID line1_displayname: "5010" ; Line 1 Display
2002 Aug 28
1
2.999 unable to join domain - update
Hi. I've done some more debugging, and it looks like samba doesn't fall back properly to port 139. If I query a W2K box ( port 445 enabled ), the conversation works fine. If I query my own samba server ( port 445 enable ) , it works fine. If I limit my own server to port 139 using smb ports, or query an NT4 system, the conversation fails. smbclient -NL server -p 139 fails even to a w2k
2002 Sep 09
1
samba 3.0 - trust authentication issue
Hi. I'm running Debian unstable, and the 3.0 samba pre-release out of that ( which is cvs as of 29/8 ). I've joined an NT4 domain ok with that, but I can't access the server from a client authenticated against a master domain. log.smbd reports that it's trying to authenticate the user account against the host resource domain, rather than against the master domain where the user
2003 Sep 30
1
unable to save share permissions changes with 3.0
Hi. I'm trying to change the permissions on a samba share on my system. I've connected to it using W2K and tried adding an account to the access list as a trial, but when I try and save it I get "access denied". My domain account is mapped to a local user, and that user is an admin on the share. Any ideas or gotchas I should know? Thanks in advance for any help, Eamonn
2018 Mar 09
0
FW: Squid and HTTPS interception on CentOS 7 ?
Le 09/03/2018 ? 12:01, Patton, Eamonn J a ?crit : > Just to let you know that our Office365 safelinks analyser is > categorising the link given below (regarding Squid with SquidAnalyzer > "blog.microlinux.fr") as "malicious". That usually means they have > detected (or think they have detected) some malware on the site. Thanks for reporting this. Though I bluntly
2011 Sep 26
2
Mahalanobis Distance
Hello R helpers, I'm trying to use Mahalanobis distance to calculate distance of two time series, to make some comparations with euclidean distance, DTW, etc, but I'm having some dificults. I have, for example, two objects: s.1 <- c( 5.6324702, 1.3994353, -3.2572327, -3.8311846, -1.2248719, 0.9894694, -2.2835332, -5.1969285, -5.2823988, -3.1499400, -1.7307950, 2.8221209,
2006 Jul 28
8
Building a Search Page as part of CRUD
I''ve been experimenting with Rails over the past couple of days and have come across something that seems harder than it should be. In previous frameworks I have used (WebObjects, php) a full search page (which leads into a list view populated with search results) was part of the CRUD that was either dynamically or statically created after specifying table/object schema. In
2009 Jan 13
3
Cannot run Jact's Eamonn software
I'm using Ubuntu 8.04 wine version 1.0 I can run the install file just fine but when I go to run the program It quits all together. I am a complete noob and cannot figure out how to get the log file for it. Please forgive me as I am extremely new to *nix systems. I just want someone to point me in the right direction. Thanks. link to the software's site http://www.jact.com
2000 Apr 06
0
Please inform samba@samba.org Serge Gavrilov <serge@pdmi.ras.ru> Ed Schernau <ed@schernau.com> Jeremy Allison <jeremy@valinux.com> Cristian POP <cpop@compas.dntcj.ro> Ed Schernau <ed@schernau.com> John Evans <samba@kilnar.com> David Bullock
samba@samba.org Serge Gavrilov <serge@pdmi.ras.ru> Ed Schernau <ed@schernau.com> Jeremy Allison <jeremy@valinux.com> Cristian POP <cpop@compas.dntcj.ro> Ed Schernau <ed@schernau.com> John Evans <samba@kilnar.com> David Bullock <davidb@loftuscomp.com.au> Gunnar Lindholm <gunnar.lindholm.320@student.lu.se> Junaid Iqbal
2006 Jul 27
2
(Agile Rails 2nd ED) Depot App: Iteration B1 500 Error
Hello: I am working through the 2nd Edition of the agile book (after watching the first edition age on my shelf for 6 months), and am having a problem with the newly created ''store'' I''ve checked the files and fucntions that I''ve written, namely: model/product find_products_for_sale controller/store index views/store/index.rhtml and they all seem to have
2006 Mar 01
1
Accessing AJAX''ed elements via javascript
Is there a way to get access (via javascript) the page elements that were populated with AJAX (observe_field)? If you look at my source I have: <select name="resource[sub_focus_id]" id="resource_sub_focus_id"></select> But the actual select menu is filled with options because I used the observe_field to fill in the options. Now I want to be able to access
2005 Nov 23
0
Source based routing, some TCP packets not SNAT-ed
Hello, I have a problem with the following setup, I hope you can help me. I have two internet gateways, one for LAN1 and the second for LAN2. +--------------+ GW1 more eth0| |eth4(SNAT) GW2 ---...routers...-----+ router +----------------- | | +---+------+---+ eth1|
2004 Mar 01
0
[PATCH] pxelinux corrupts ipappend-ed paramaters...
Attached patch addresses following problems with pxelinux: 1. If a x0y number is present in ip address to be ipappend-ed, middle zero is omitted, e.g. 192.168.0.109 is passed as 192.168.0.19. 2. UDP port numbers allocated by pxelinux.0 are 100% predictable, which might cause trouble when client reboots too fast for orphaned tftpd process to time out. The latter problem is [suggested to
2001 Sep 17
1
making openssh work with chroot()'ed accounts?
I've been trying to get openssh to play nicely with chroot()'ed accounts (on Red Hat Linux 7.1), but so far, I haven't had much success. I can stick this line in /etc/pam.d/sshd: session required /lib/security/pam_chroot.so debug onerr=fail For slogin, this works great. But scp and sftp don't apply the chroot, because they don't invoke do_pam_session(). Even worse, I
2004 May 28
0
Problem with digits blending on inbound puls ed digits?
To answer my own question for the record: The relevant timing parameters in zaptel.h are #define ZT_MINPULSETIME (15 * 8) /* 15 ms minimum */ #define ZT_MAXPULSETIME (100 * 8) /* 150 ms maximum default, lowered to 100ms */ #define ZT_PULSETIMEOUT ((ZT_MAXPULSETIME / 8) + 50) And the pulse detecion loop that consumes these parameters begins at line 4866 of zaptel.c The
2004 Sep 26
1
FWD's Ed Guy notes from Astricon
Hi all, Anyone got a link or the file to Mr. Guy's notes from his speech at Astricon.. I looked for them or relevant info he showed ad FWD's webpage but have not been able to find them. He had a working FWD registered thru Asterisk behing a NAT and a couple of samples of their new scripts, talking weblog (from Mr. Pulver) and other cool new features. If anyone got these please send em