HomeSort by relevance Sort by last modified time
    Searched refs:outliers (Results 1 - 3 of 3) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
AddPopulationData.java 78 Set<String> outliers = new TreeSet<String>(); local
79 outliers.addAll(factbook_population.keySet());
80 outliers.addAll(worldbank_population.keySet());
81 outliers.addAll(factbook_gdp.keySet());
82 outliers.addAll(worldbank_gdp.keySet());
83 outliers.addAll(un_literacy.keySet());
84 for (Iterator<String> it = outliers.iterator(); it.hasNext();) {
89 // outliers.remove("AN");
90 if (outliers.size() != 0) {
92 for (String country : outliers) {
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
PerformanceMeasurement.java 40 // used to count the number of outliers
64 * then a benchmark and a count on outliers can be produced as a measurement of performance.
65 * The benchmark should be as small as possible, so is the number of outliers.
68 * Note: Should try to compare the number of outliers with the number of glitches and see if
94 // compute benchmark and count the number of outliers
96 int outliers = countOutliers(); local
101 log("number of outliers: " + outliers);
158 * be considered as outliers.
LoopbackActivity.java 2249 int outliers = measurement.countOutliers(); local
2299 int outliers = measurement.countOutliers(); local
    [all...]

Completed in 349 milliseconds