Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2022-020
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
O.V.B Sewmina
2022-020
Commits
ed88f955
Commit
ed88f955
authored
Oct 09, 2022
by
O.V.B Sewmina
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'IT19186566' into 'master'
It19186566 See merge request
2022-020/2022-020!36
parents
801263a2
9330f40e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
TravelTimePrediction/TravelTimePredictionNN.py
TravelTimePrediction/TravelTimePredictionNN.py
+2
-2
TravelTimePrediction/__pycache__/TravelTimePredictionNN.cpython-310.pyc
...iction/__pycache__/TravelTimePredictionNN.cpython-310.pyc
+0
-0
pathplanner/AL.py
pathplanner/AL.py
+1
-1
No files found.
TravelTimePrediction/TravelTimePredictionNN.py
View file @
ed88f955
...
...
@@ -200,9 +200,9 @@ Distance =14.7 #Distance data come from seminas ----- data come from the Seminas
# callTimePrediction arguments should be dis, stops, hour, day
# Get Prediction USing this Method after Seminas Calling
def
CallTimePrediction
(
distance
,
BuStops
,
TodayDate
):
def
CallTimePrediction
(
distance
,
BuStops
,
hours
,
TodayDate
):
FnewDate
=
GetDateCode
(
TodayDate
)
GetPrediction
(
time
,
FnewDate
,
special
,
Congestion
,
drivingspeedAVG
,
BuStops
,
weather
,
distance
)
GetPrediction
(
hours
,
FnewDate
,
special
,
Congestion
,
drivingspeedAVG
,
BuStops
,
weather
,
distance
)
...
...
TravelTimePrediction/__pycache__/TravelTimePredictionNN.cpython-310.pyc
View file @
ed88f955
No preview for this file type
pathplanner/AL.py
View file @
ed88f955
...
...
@@ -286,7 +286,7 @@ def main( val, start, destination):
CallTimePrediction
(
dist
,
len
(
path
),(
dateTime
.
hour
),(
dateTime
.
strftime
(
'
%
A'
)))
main
(
1
,
8
,
1
8
)
main
(
1
,
0
,
8
)
...
...
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