This week, I am working to get the dynamic time warping functionality into my program. The process of doing so includes re-processing the features to include the time series, putting each series back together when we construct sequences, and then performing the DTW to generate a number that will be used to compute the kNN of each sequence which can then be used for predictions with the models. The processing time of these activities has gone up significantly since we have been using five different metrics with each of the F phase datasets. I am returning to school next week, and once I've completed the DTW processing all that will remain before we put together our second paper (The date for the reach journal we would like to submit it to is October 1), I am hoping I will have time to look again into the Agglomerative Hierarchical Clustering concept, which I did not successfully complete when we explored it earlier in the summer and then changed focus to the paper. We heard back...
Before I discuss my work this week, I want to include a few definitions to clarify the language I've been using to describe various metrics. Day : While a different 'day' period has been defined throughout the course of our research, we have decided to consistently use the 06:00:00 to 20:59:00 period going forward. Night : Corresponding to 'day', 'night' will be from 21:00:00 to 05:59:00. Baseline : the first three days of a patient's enrollment in the study. For the sake of Dr. Weeks' experiment, this is a significant period because the patients are wearing Actigraphs but not receiving light therapy. For the sake of our experiment, the significance of these days is slightly different. While we are not primarily concerned with the outcome of light therapy, it is valuable to have a point of comparison for a patient's condition. Utilising multiple days for this purpose allows us to wash out any effect that acclimating to the new watch may hav...