diff --git a/client/src/views/Home.vue b/client/src/views/Home.vue index 2f06222..e73cebd 100644 --- a/client/src/views/Home.vue +++ b/client/src/views/Home.vue @@ -2,50 +2,53 @@
Vue logo - + -
- Analytic unit type: -

-
-
-
- Threshold: -

-
-
- Hold
S
to label patterns; - Hold
A
to label anti patterns
- Hold
D
to delete patterns -
-
- Correlation score: -
- Anti correlation score: -
- Model score: -
- Threshold score: -

- + +
@@ -140,6 +143,9 @@ export default defineComponent({ }, analyticUnitConfig() { return this.$store.state.analyticUnitConfig; + }, + analyticStatus() { + return this.$store.state.analyticStatus; } } });