Spark 3.5.5 ScalaDoc - org.apache.spark.mllib.optimization.LBFGS (original) (raw)

class LBFGS extends Optimizer with Logging

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. LBFGS

  2. Logging

  3. Optimizer

  4. Serializable

  5. Serializable

  6. AnyRef

  7. Any

  8. Hide All

  9. Show All

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. final def eq(arg0: AnyRef): Boolean
  7. def equals(arg0: Any): Boolean
  8. def finalize(): Unit
  9. final def getClass(): Class[_]
  10. def hashCode(): Int
  11. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
  12. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
  13. final def isInstanceOf[T0]: Boolean
  14. def isTraceEnabled(): Boolean
  15. def log: Logger
  16. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
  17. def logDebug(msg: ⇒ String): Unit
  18. def logError(msg: ⇒ String, throwable: Throwable): Unit
  19. def logError(msg: ⇒ String): Unit
  20. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
  21. def logInfo(msg: ⇒ String): Unit
  22. def logName: String
  23. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
  24. def logTrace(msg: ⇒ String): Unit
  25. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
  26. def logWarning(msg: ⇒ String): Unit
  27. final def ne(arg0: AnyRef): Boolean
  28. final def notify(): Unit
  29. final def notifyAll(): Unit
  30. def optimize(data: RDD[(Double, Vector)], initialWeights: Vector): Vector
  31. def optimizeWithLossReturned(data: RDD[(Double, Vector)], initialWeights: Vector): (Vector, Array[Double])
  32. def setConvergenceTol(tolerance: Double): LBFGS.this.type
  33. def setGradient(gradient: Gradient): LBFGS.this.type
  34. def setNumCorrections(corrections: Int): LBFGS.this.type
  35. def setNumIterations(iters: Int): LBFGS.this.type
  36. def setRegParam(regParam: Double): LBFGS.this.type
  37. def setUpdater(updater: Updater): LBFGS.this.type
  38. final def synchronized[T0](arg0: ⇒ T0): T0
  39. def toString(): String
  40. final def wait(): Unit
  41. final def wait(arg0: Long, arg1: Int): Unit
  42. final def wait(arg0: Long): Unit

Inherited from Logging

Inherited from Optimizer

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped