Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/3221#issuecomment-85158512
  
      [Test build #29023 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/29023/consoleFull)
 for   PR 3221 at commit 
[`196d8c8`](https://github.com/apache/spark/commit/196d8c82e050f884da11dbc3b83f2c8f3bb38149).
     * This patch **fails RAT tests**.
     * This patch **does not merge cleanly**.
     * This patch adds the following public classes _(experimental)_:
      * `class PowerMethod(maxIters: Int = 10,tolerance: Double = 1E-5) extends 
SerializableLogging `
      * `trait Proximal `
      * `case class ProjectIdentity() extends Proximal `
      * `case class ProjectProbabilitySimplex(s: Double) extends Proximal `
      * `case class ProjectL1(s: Double) extends Proximal `
      * `case class ProjectBox(l: DenseVector[Double], u: DenseVector[Double]) 
extends Proximal `
      * `case class ProjectPos() extends Proximal `
      * `case class ProjectSoc() extends Proximal `
      * `case class ProjectEquality(Aeq: DenseMatrix[Double], beq: 
DenseVector[Double]) extends Proximal `
      * `case class ProjectHyperPlane(a: DenseVector[Double], b: Double) 
extends Proximal `
      * `case class ProximalL1(var lambda: Double = 1.0) extends Proximal `
      * `case class ProximalL2() extends Proximal `
      * `case class ProximalSumSquare() extends Proximal `
      * `case class ProximalLogBarrier() extends Proximal `
      * `case class ProximalHuber() extends Proximal `
      * `case class ProximalLinear(c: DenseVector[Double]) extends Proximal `
      * `case class ProximalLp(c: DenseVector[Double]) extends Proximal `
      * `class QuadraticMinimizer(nGram: Int,`



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to