Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
4c85e743
Commit
4c85e743
authored
Jun 02, 2015
by
panos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change in example main script
parent
60052111
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
dream/KnowledgeExtraction/KEtool_examples/ConveyerLine/KEtool_MainScript.py
...raction/KEtool_examples/ConveyerLine/KEtool_MainScript.py
+8
-0
No files found.
dream/KnowledgeExtraction/KEtool_examples/ConveyerLine/KEtool_MainScript.py
View file @
4c85e743
...
...
@@ -47,6 +47,14 @@ def main(test=0, CSVFileName1='InterArrivalData.csv',
M2
=
procData
.
get
(
'M2'
,[])
S1
=
sourceData
.
get
(
'S1'
,[])
#call the Import_CSV object and use its method Input_data to import the data set from the CSV files to the tool
CSV
=
ImportCSVdata
()
procData
=
CSV
.
Input_data
(
'DataSet.csv'
)
sourceData
=
CSV
.
Input_data
(
'InterArrivalData.csv'
)
M1
=
procData
.
get
(
'M1'
,[])
#get from the returned Python dictionary the data sets
M2
=
procData
.
get
(
'M2'
,[])
S1
=
sourceData
.
get
(
'S1'
,[])
################### Processing of the data sets calling the following objects ###################################
#Replace missing values calling the corresponding object
missingValues
=
ReplaceMissingValues
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment