Skip to content
Snippets Groups Projects
  1. Aug 18, 2013
  2. Aug 16, 2013
  3. Aug 11, 2013
  4. Aug 10, 2013
  5. Aug 08, 2013
  6. Aug 06, 2013
    • Shivaram Venkataraman's avatar
      Refactor GLM algorithms and add Java tests · 7db69d56
      Shivaram Venkataraman authored
      This change adds Java examples and unit tests for all GLM algorithms
      to make sure the MLLib interface works from Java. Changes include
      - Introduce LabeledPoint and avoid using Doubles in train arguments
      - Rename train to run in class methods
      - Make the optimizer a member variable of GLM to make sure the builder
        pattern works
      7db69d56
    • Shivaram Venkataraman's avatar
      Add a test case for random initialization. · 6caec3f4
      Shivaram Venkataraman authored
      Also workaround a bug where double[][] class cast fails
      6caec3f4
    • Shivaram Venkataraman's avatar
      Java examples, tests for KMeans and ALS · 471fbadd
      Shivaram Venkataraman authored
      - Changes ALS to accept RDD[Rating] instead of (Int, Int, Double) making it
        easier to call from Java
      - Renames class methods from `train` to `run` to enable static methods to be
        called from Java.
      - Add unit tests which check if both static / class methods can be called.
      - Also add examples which port the main() function in ALS, KMeans to the
        examples project.
      
      Couple of minor changes to existing code:
      - Add a toJavaRDD method in RDD to convert scala RDD to java RDD easily
      - Workaround a bug where using double[] from Java leads to class cast exception in
        KMeans init
      471fbadd
  7. Aug 05, 2013
  8. Aug 03, 2013
  9. Aug 02, 2013
  10. Aug 01, 2013
  11. Jul 31, 2013
  12. Jul 30, 2013
  13. Jul 29, 2013
  14. Jul 28, 2013
Loading