Skip to content
Snippets Groups Projects
  1. Aug 16, 2013
  2. Aug 15, 2013
  3. Aug 13, 2013
  4. Aug 12, 2013
  5. Aug 09, 2013
  6. Aug 08, 2013
  7. 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
      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
  8. Aug 05, 2013
  9. Aug 01, 2013
  10. Jul 30, 2013
  11. Jul 28, 2013
  12. Jul 26, 2013
  13. Jul 24, 2013
  14. Jul 22, 2013
    • Josh Rosen's avatar
      Add JavaAPICompletenessChecker. · c8368043
      Josh Rosen authored
      This is used to find methods in the Scala API that
      need to be ported to the Java API.  To use it:
      
        ./run spark.tools.JavaAPICompletenessChecker
      Conflicts:
      	project/SparkBuild.scala
      	run
      	run2.cmd
      c8368043
  15. Jul 19, 2013
  16. Jul 18, 2013
  17. Jul 16, 2013
  18. Jul 13, 2013
  19. Jul 05, 2013
  20. Jul 03, 2013
  21. Jun 29, 2013
Loading