gw-sd-2016 / ChillOut

Adam Gray Senior Design Project
0 stars 0 forks source link

Week 24: Updated correlation detection #9

Open agray123 opened 8 years ago

agray123 commented 8 years ago

@poorvi-vora

This week I updated the correlation detection algorithm to provide more accurate results after viewing fewer examples. Previously, it was only giving accurate predictions after viewing about 1000 different calendar events. Now, after viewing about 300 events, based on my simulation, it can predict about 25% of future stressful events and 80% of those have stress inducing factors. After 1000 events, it can predict 30% of future stressful events and 95% have stress inducing factors. It continues to improve well beyond 1000 events as well. Notable files include Node.java, CorrelationGraph.java, and EventGraph.java.