org.apache.spark.mllib.optimization

Optimizer

trait Optimizer extends Serializable

Developer API

Trait for optimization problem solvers.

Annotations
@DeveloperApi()
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Optimizer
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def optimize(data: RDD[(Double, Vector)], initialWeights: Vector): Vector

    Solve the provided convex optimization problem.