Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ret (0.14 sec)

  1. android/guava/src/com/google/common/math/Quantiles.java

       * as a pivot. Returns the index which the slice is partitioned around, i.e. if it returns {@code
       * ret} then we know that the values with indexes in [{@code from}, {@code ret}) are less than or
       * equal to the value at {@code ret} and the values with indexes in ({@code ret}, {@code to}] are
       * greater than or equal to that.
       */
      private static int partition(double[] array, int from, int to) {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri May 12 17:02:53 GMT 2023
    - 29.9K bytes
    - Viewed (0)
Back to top