public class BottleneckFinder
extends java.lang.Object
Constructor and Description |
---|
BottleneckFinder() |
Modifier and Type | Method and Description |
---|---|
static double |
getDistMean(java.util.ArrayList<Point> dist,
long partSize)
Find the mean value given the dist represented by a list of points
|
static java.util.ArrayList<RankedQueue> |
scoreQueueWeekly(QueueClustering qc)
Scores how much a queue duration increases when global business increases
|
public static java.util.ArrayList<RankedQueue> scoreQueueWeekly(QueueClustering qc)
q
- public static double getDistMean(java.util.ArrayList<Point> dist, long partSize)
dist
-