diff --git a/src/img/chartSymbol.png b/src/img/chartSymbol.png new file mode 100644 index 0000000..4e347af Binary files /dev/null and b/src/img/chartSymbol.png differ diff --git a/src/img/deleting.jpg b/src/img/deleting.jpg new file mode 100644 index 0000000..e1e1ec5 Binary files /dev/null and b/src/img/deleting.jpg differ diff --git a/src/img/drops.jpg b/src/img/drops.jpg new file mode 100644 index 0000000..3a2d285 Binary files /dev/null and b/src/img/drops.jpg differ diff --git a/src/img/jumps.jpg b/src/img/jumps.jpg new file mode 100644 index 0000000..645108e Binary files /dev/null and b/src/img/jumps.jpg differ diff --git a/src/img/labeling.jpg b/src/img/labeling.jpg new file mode 100644 index 0000000..73e0ea7 Binary files /dev/null and b/src/img/labeling.jpg differ diff --git a/src/img/peaks.jpg b/src/img/peaks.jpg new file mode 100644 index 0000000..fb33d38 Binary files /dev/null and b/src/img/peaks.jpg differ diff --git a/src/img/troughs.jpg b/src/img/troughs.jpg new file mode 100644 index 0000000..d131ff6 Binary files /dev/null and b/src/img/troughs.jpg differ diff --git a/src/partials/tab_analytics.html b/src/partials/tab_analytics.html index 7c6f3c0..bf9674e 100644 --- a/src/partials/tab_analytics.html +++ b/src/partials/tab_analytics.html @@ -131,12 +131,59 @@ -
+
-
+
+ +
+ +
+
+    Adding Analytic Units:
+        1) Click on 'Add Analytic Unit' button to add an analytic unit.
+        2) Type in desired analytic unit name into provided 'Name' field.
+        3) Choose pattern type from the 'Type' dropdown menu. Pattern types explained below.
+        4) Click 'create' button.
+
+    Labeling segments:
+        1) Click on the chart symbol  to enter labeling mode.
+        2) Hold down 'Ctrl' button on your keyboard and hold down left mouse button while dragging to label segments manually. Release LMB to finish labeling the segment.
+        3) After all of the needed segments are labeled click on the chart symbol again to exit labeling mode.
+
+        Hastic will now start learning, and after a short while you will see the results on your graph.
+
+    Deleting segments:
+        1) Click on the chart symbol to enter labeling mode. (skip this step if you are already in labeling mode)
+        2) Press 'D' key twice to switch from  to .
+        3) Hold down 'Ctrl' button on your keyboard and hold down left mouse button while dragging to mark segments for deletion.
+        4) After all of the needed segments are deleted click on the chart symbol again to exit labeling mode.
+
+        Hastic will now start learning again, based on updated segments list.
+
+    Available labeling patterns:
+      1) General: patterns in your data that don't fall under any of provided built-in patterns.
+
+      2) Peaks: a sharp increase to a certain single value, followed by a return to the original value.
+      
+
+      3) Troughs: a sharp decrease to a certain single value, followed by a return to the original value.
+      
+
+      4) Jumps: increase to a certain value without returning to the original state.
+      
+    
+      5) Drops: decrease to a certain value without returning to the original state.
+      
+
+      6) Custom: any custom model created and imported by you.
+