similar to: Sequence Prediction

Displaying 20 results from an estimated 1000 matches similar to: "Sequence Prediction"

2011 Nov 22
1
Capping outliers
Hi Experts, I am new to R, using following sample code for capping outliers using percentile information. Working on large data (30000 observations and 150 variables), loop I am using in the below mentioned code for detecting outliers and capping to upper /lower percentile value is taking much time for the execution. Is there anything wrong with code, can anyone suggest improvement in the script
2011 Nov 04
2
Reading parameters from dataframe and loading as objects
Hi List, I want to read several parameters from data frame and load them as object into R session, Is there any package or function in R for this?? Here is example param <-c("clust_num", "minsamp_size", "maxsamp_size", "min_pct", "max_pct") value <-c(15, 20000, 200000, 0.001, .999) data <- data.frame ( cbind(param , value)) data
2009 Apr 22
0
Sequence analysis with TraMineR 1.2
Dear R users, The TraMineR package for mining, describing and visualizing sequences of states or events, and more generally discrete sequential data has been updated to version 1.2. Its primary aim is the analysis of biographical longitudinal data in the social sciences, such as data describing careers or family trajectories. Most of its features apply however also to non temporal data such
2009 Apr 22
0
Sequence analysis with TraMineR 1.2
Dear R users, The TraMineR package for mining, describing and visualizing sequences of states or events, and more generally discrete sequential data has been updated to version 1.2. Its primary aim is the analysis of biographical longitudinal data in the social sciences, such as data describing careers or family trajectories. Most of its features apply however also to non temporal data such
2009 Mar 13
5
Selecting / creating unique colours for behavioural / transitional data
Dear all, This seems like a simple problem but i've searched the help files and tried various options but failed, so apologies in advance for asking what i'm sure is an easy thing to do! In short, I have displayed behavioural data using the TraMineR package such that there is a colour change between the transition of behaviours, however, all the methods that i have used thus far have
2009 Feb 02
1
Event sequence analysis
Dear R help, I am analyzing sequences of events described by time and a unique event tag. And I am searching for recurring patterns where patterns have to show up in a certain time window, e.g. 5 or 10 minutes. Of course, inbetween these events other events may occur. I have applied basket analysis approaches like apriori or 'frequent item set' algorithms with interesting results but
2010 Aug 26
0
TraMineR version 1.6-1
Dear R users, The TraMineR package for mining, describing and visualizing sequences of states or events, and more generally discrete sequential data has been updated to version 1.6-1. Its primary aim is the analysis of biographical longitudinal data in the social sciences, such as data describing careers or family trajectories. Most of its features apply however also to non temporal data
2010 Aug 26
0
TraMineR version 1.6-1
Dear R users, The TraMineR package for mining, describing and visualizing sequences of states or events, and more generally discrete sequential data has been updated to version 1.6-1. Its primary aim is the analysis of biographical longitudinal data in the social sciences, such as data describing careers or family trajectories. Most of its features apply however also to non temporal data
2009 Aug 12
0
TraMineR updated to version 1.4
Dear R users, The TraMineR package for mining, describing and visualizing sequences of states or events, and more generally discrete sequential data has been updated to version 1.4. Many new functionalities have been added, among which: new metrics for computing distances between sequences, function for computing multi-channel distances, new functions for extracting and visualizing sets of
2009 Nov 06
0
TraMineR update to 1.4-1
Dear R users, An update to version 1.4-1 of the TraMineR package is available on the CRAN. The package is intended for mining, describing and visualizing sequences of states or events and more generally discrete sequential data. This update fixes minor bugs and contains several code improvements. Upgrade is recommended. A list of changes and additional information about the TraMineR package
2009 Aug 12
0
TraMineR updated to version 1.4
Dear R users, The TraMineR package for mining, describing and visualizing sequences of states or events, and more generally discrete sequential data has been updated to version 1.4. Many new functionalities have been added, among which: new metrics for computing distances between sequences, function for computing multi-channel distances, new functions for extracting and visualizing sets of
2009 Nov 06
0
TraMineR update to 1.4-1
Dear R users, An update to version 1.4-1 of the TraMineR package is available on the CRAN. The package is intended for mining, describing and visualizing sequences of states or events and more generally discrete sequential data. This update fixes minor bugs and contains several code improvements. Upgrade is recommended. A list of changes and additional information about the TraMineR package
2009 May 15
13
How to calculate java method timestamp?
Hi, I need help in calculating Java method time-stamp in following fashion. Consider following method example. long method3(long stop) { try { Thread.sleep(1500); } catch (Exception e) { } //////////////////// real CPU intensive operation /////////////////////////// for (int i = 1; i < stop; i++) { stop = stop * stop * i; };
2018 Oct 31
3
Fwd: Paletas de colores para datos cualitativos
Hola, mi nombre es Carla y trabajo en Estadística. Soy nueva en R y estoy haciendo un curso para principiantes. Tengo unos datos de trayectorias de pacientes de un hospital -categorías cualitativas- y quisiera graficar cada trayectoria empleando paletas de colores, para prescindir del texto. Adjunto imagen de trabajo realizado en R para un estudio longitudinal, que se acerca a lo que quisiera
2012 May 03
6
Hosting application on private network.
Hi, I have a Ruby on Rails application. I am able to run it in my local system using Apache2 server. I would like to host my application so that all the systems in the private network 192.168.3.0/24 should be able to access the web-application. My system private-ip is 192.168.3.57. Please help me what all configurations do I need to do. Thank you Ajit -- Posted via
2012 Jun 05
0
New version of the TraMineR package (1.8-2)
Hi all, It is our pleasure to announce that the new version 1.8-2 of TraMineR has been released on the CRAN. Alongside the fixes of a series of small bugs and some speed improvements, the main changes are: - a new information display when creating state sequence object which permits better checking of the correspondence between alphabet, state names and labels; -
2012 Jun 05
0
New version of the TraMineR package (1.8-2)
Hi all, It is our pleasure to announce that the new version 1.8-2 of TraMineR has been released on the CRAN. Alongside the fixes of a series of small bugs and some speed improvements, the main changes are: - a new information display when creating state sequence object which permits better checking of the correspondence between alphabet, state names and labels; -
2012 Aug 01
2
'redirect_to' taking infinite loop.
Hi, The following controller method taking me into infinite loop. Once the update action completes I want to reload the ''index'' page. May I know why it is going into infinite loop? def update Device.find_by_id( params[:device_id] ).driver = ( params[:driver_id] == 0 ) ? nil : Driver.find_by_id( params[:driver_id] ) redirect_to :action => :index, :tab =>
2007 Oct 11
3
Please Help.
Hi, I want to use USDT in my java applications. Please tell me how to achieve this. I am comfortable with SDT in C application. I am using Solaris Sparc10 with Generic_120011-14 version. Do I need to update my machine for this? Thanks, Ajit -- This message posted from opensolaris.org
2003 Feb 06
1
No struct cmsghdr - what to do ?
Hi all, If any perticular OS does not have 'struct cmsghdr' in sys/socket.h and also it does not have access rights in 'struct msghdr', then how the compilation should be done ? Does anybody had similar problem earlier ? Regards, Ajit