public class GranularityFindingUtils
extends java.lang.Object
| Constructor and Description |
|---|
GranularityFindingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
findPointListSize(java.util.ArrayList<Point> pts)
Finds the amount of instances given a certain point set distribution
|
static long |
getIntervalTime()
Returns the natural interval time
|
static long |
getMaxSubTime()
Returns the natural lowest granularity option
|
public static long getIntervalTime()
public static long getMaxSubTime()
public static int findPointListSize(java.util.ArrayList<Point> pts)
pts -