Research Article
A Mobile Network Planning Tool Based on Data Analytics
Algorithm 2
Evaluate network deployment performance.
Input: Configuration parameters vector (), | the tuned model (model) | Output: average QoS | evalNetPerformance function(, model) | // Call ns-3 network simulator | evaluate | // Collect measurements at points in the scenario | | // Predict the average QoS | predict(model, ) | average QoS mean() | return (average QoS) |
|