Research Article

An Air Traffic Controller Action Extraction-Prediction Model Using Machine Learning Approach

Algorithm 1

Action extraction from entry and exit points.
Input: Entry and Exit Points
Output:, ,
 Travel_Distance = 
 Travel_Time = Exit.Time − Entry.Time
 Avg_GSpeed = 
GSpeed Rate = 
VSpeed = 
ifthen
  Course_in_Sector = 
else
  Course_in_Sector = 2 + 
end if
Course = Course_in_Sector − Entry.Course
return, ,