From 3e0243ee1512d4e9bf390ecf4b39eba832caf4da Mon Sep 17 00:00:00 2001 From: Sonja Galovic Date: Tue, 3 May 2022 22:27:56 +0200 Subject: Povezivanje koraka 1 i 2 (cuvanje izvora i cuvanje eskperimenta). Napravljen dijalog za cuvanje eksperimenta. --- .../column-table/column-table.component.html | 390 +++++++++++---------- 1 file changed, 196 insertions(+), 194 deletions(-) (limited to 'frontend/src/app/_elements/column-table/column-table.component.html') diff --git a/frontend/src/app/_elements/column-table/column-table.component.html b/frontend/src/app/_elements/column-table/column-table.component.html index 53372574..543a0018 100644 --- a/frontend/src/app/_elements/column-table/column-table.component.html +++ b/frontend/src/app/_elements/column-table/column-table.component.html @@ -1,125 +1,126 @@ -
-
- +
+ -
- -
+
+
+ +
-
- - - - - - - - - - - - - - - - - -
# -
- #{{i + 1}}  {{colInfo.columnName}} - -
-
#{{i}} -
- {{col}} -
-
-
+
+ + + + + + + + + + + + + + + + + +
# +
+ #{{i + 1}}  {{colInfo.columnName}} + +
+
#{{i}} +
+ {{col}} +
+
+
-
- - - - - - - - - - - - - - - - - -
Kolona -
- #{{i + 1}}  {{colInfo.columnName}} - -
-
-
- {{colInfo.columnName}} -
-
-
- 0.1 -
-
-
+
+ + + + + + + + + + + + + + + + + +
Kolona +
+ #{{i + 1}}  {{colInfo.columnName}} + +
+
+
+ {{colInfo.columnName}} +
+
+
+ 0.1 +
+
+
-
- - - - - - - - - - - - - - - - - - - - - - - + + +
Naziv -
- #{{i + 1}}  {{colInfo.columnName}} - -
-
Tip -

Kategorijski

- - - Kategorijski - Numerički - - -
Grafik - - -
Statistika - +
+ + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - -
Naziv +
+ #{{i + 1}}  {{colInfo.columnName}} + +
+
Tip +

Kategorijski

+ + + Kategorijski + Numerički + + +
Grafik + + +
Statistika + Mean: {{colInfo.mean}}
Median: {{colInfo.median}}
Min: {{colInfo.min}}
@@ -127,104 +128,104 @@ Q1: {{colInfo.q1}}
Q3: {{colInfo.q3}}
-
- - ({{colInfo.uniqueValuesPercent[i].toFixed(4)}}%) {{uniqueValue}}
+
+ + ({{(colInfo.uniqueValuesPercent[i] * 100).toFixed(2)}}%) {{uniqueValue}}
-
-
- Enkodiranje  - settings - - - - - {{ optionName }} - - - -
-
Nedostajuće
vrednosti
- settings -
+ +
+ Enkodiranje  + settings + + + + + {{ optionName }} + + + +
+
Nedostajuće
vrednosti
+ settings +
-
- - - - - - + + + + + - - - - - + + + + + - + - - + + - - - + + + - - - - -
-
- Nema nedostajućih vrednosti. -
-
+ + + + +
+
+ Nema nedostajućih vrednosti. +
+
+
-
-
-
-
+
+
+
-
- - Tip problema - - Regresioni - Binarni-klasifikacioni - Multi-klasifikacioni - - -
-
- - Izlazna kolona - - {{inputColumn}} - - -
-
-
- +
\ No newline at end of file -- cgit v1.2.3