Skip to content

Commit

Permalink
Indev 14.1 - Serialization 100% completed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-shc committed Apr 22, 2020
1 parent d7b602e commit 590f5b5
Show file tree
Hide file tree
Showing 24 changed files with 415 additions and 686 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## Indev 14.0 [April 19, 2020]
## Indev 14.1 [April 22, 2020]
* Serialization now is able to serialize constant field datas
* New Optional Type (The last type we will implement for now)
* Added another node, TrainNN, for training Neural Networks
* Internal code clean-up
* Fixed:
* The FileDialog in the nodes does not close when clicked [CANCEL]
* Loading project, then creating a new Workspace with new name causes an E001

## Indev 14.0 [April 21, 2020]
* Graphs Testing:
* Linear Regression
* Added few more node types:
Expand Down
49 changes: 0 additions & 49 deletions NewType/MDL0.exec.dat

This file was deleted.

Empty file removed NewType/MDL0.proj.dat
Empty file.
8 changes: 0 additions & 8 deletions NewType/project.yaml

This file was deleted.

84 changes: 42 additions & 42 deletions NewType2/MDL0.exec.dat
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
0
1 >> 193[20]
2 >> 193[21]
3 == C:/Users/Andrew Shen/Desktop/ProjectEmerald/MyModel/test/iris.csv
4 == species
5 == False
6 == False
7
8 << 193[]
9 == C:/Users/Andrew Shen/Desktop/ProjectEmerald/MyModel/test/out.csv
1 << 193[]
2 << 193[]
3 << 193[]
4 >> 193[13]
5
6 >> 193[3]
7 >> 193[]
8 ==
9 ==
10 == False
11 == ,
11 == False
12
13 >> 193[22]
14 >> 193[]
15 == C:/Users/Andrew Shen/Desktop/ProjectEmerald/MyModel/test/test.csv
16 ==
17 == False
18 == False
19
20 << 193[]
21 << 193[]
22 << 193[]
23 >> 193[8]
13 << 193[]
14 ==
15 == True
16 == ,$#$
17
18 >> 193[1]
19 >> 193[2]
20 ==
21 == species
22 == False
23 == False
namespace
0 CSVInput
0 LogisticRegression
1 x
2 y
3 file input
4 result column
5 transpose
6 result numerical
7 CSVOutput
8 data
9 file output
3 test
4 result
5 CSVInput
6 x
7 y
8 file input
9 result column
10 transpose
11 seperator
12 CSVInput
13 x
14 y
15 file input
16 result column
17 transpose
18 result numerical
19 LogisticRegression
20 x
21 y
22 test
23 result
11 result numerical
12 CSVOutput
13 data
14 file output
15 transpose
16 seperator
17 CSVInput
18 x
19 y
20 file input
21 result column
22 transpose
23 result numerical
150 changes: 94 additions & 56 deletions NewType2/MDL0.proj.dat
Original file line number Diff line number Diff line change
@@ -1,58 +1,71 @@
0:
connector:
- 6
- 9
- 7
- 5
- 3
nd_cls: CSVInput
constants: {}
nd_cls: LogisticRegressionREG
pos:
- 436
- 251
2:
- 766
- 338
1:
connector_a: 3
connector_b: 23
connector_b: 18
3:
connections:
- 2
- 1
en:
- inp
field:
- y
- result
- 193
tag: out
5:
connector_a: 6
connector_b: 25
6:
connections:
- 5
connections: []
en:
- inp
- out
field:
- x
- test
- 193
tag: out
tag: inp
7:
connector:
- 9
nd_cls: CSVOutput
pos:
- 1097
- 331
connections: []
en:
- out
field:
- y
- 193
tag: inp
9:
connections: []
en:
- out
field:
- data
- x
- 193
tag: inp
10:
connector:
- 15
- 12
constants:
file input:
single: true
text: MDL0.proj.dat
url:
- C:/Users/Andrew Shen/Desktop/ProjectEmerald/NewType2/MDL0.proj.dat
result column:
numerical: false
text: ''
result numerical:
checked: false
transpose:
checked: false
nd_cls: CSVInput
pos:
- 445
- 475
- 471
- 466
12:
connections: []
en:
Expand All @@ -61,12 +74,12 @@
- y
- 193
tag: out
14:
13:
connector_a: 15
connector_b: 21
connector_b: 5
15:
connections:
- 14
- 13
en:
- inp
field:
Expand All @@ -75,47 +88,72 @@
tag: out
16:
connector:
- 25
- 23
- 21
- 19
nd_cls: LogisticRegressionREG
- 18
constants:
file output:
single: true
text: MDL0.exec.dat
url:
- C:/Users/Andrew Shen/Desktop/ProjectEmerald/NewType2/MDL0.exec.dat
seperator:
numerical: false
text: ',$#$'
transpose:
checked: true
nd_cls: CSVOutput
pos:
- 763
- 347
17:
connector_a: 19
connector_b: 9
19:
connections:
- 17
en:
- inp
field:
- result
- 193
tag: out
21:
- 1097
- 331
18:
connections: []
en:
- out
field:
- test
- data
- 193
tag: inp
23:
connections: []
19:
connector:
- 25
- 22
constants:
file input:
single: true
text: project.yaml
url:
- C:/Users/Andrew Shen/Desktop/ProjectEmerald/NewType2/project.yaml
result column:
numerical: false
text: species
result numerical:
checked: false
transpose:
checked: false
nd_cls: CSVInput
pos:
- 472
- 234
20:
connector_a: 22
connector_b: 7
22:
connections:
- 20
en:
- out
- inp
field:
- y
- 193
tag: inp
tag: out
23:
connector_a: 25
connector_b: 9
25:
connections: []
connections:
- 23
en:
- out
- inp
field:
- x
- 193
tag: inp
tag: out
Loading

0 comments on commit 590f5b5

Please sign in to comment.