Spark 3.5.5 ScalaDoc - org.apache.spark.mllib.recommendation.ALS (original) (raw)

class ALS extends Serializable with Logging

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. ALS

  2. Logging

  3. Serializable

  4. Serializable

  5. AnyRef

  6. Any

  7. Hide All

  8. Show All

Instance Constructors

  1. new ALS()

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 run(ratings: JavaRDD[Rating]): MatrixFactorizationModel
  31. def run(ratings: RDD[Rating]): MatrixFactorizationModel
  32. def setAlpha(alpha: Double): ALS.this.type
  33. def setBlocks(numBlocks: Int): ALS.this.type
  34. def setCheckpointInterval(checkpointInterval: Int): ALS.this.type
  35. def setFinalRDDStorageLevel(storageLevel: StorageLevel): ALS.this.type
  36. def setImplicitPrefs(implicitPrefs: Boolean): ALS.this.type
  37. def setIntermediateRDDStorageLevel(storageLevel: StorageLevel): ALS.this.type
  38. def setIterations(iterations: Int): ALS.this.type
  39. def setLambda(lambda: Double): ALS.this.type
  40. def setNonnegative(b: Boolean): ALS.this.type
  41. def setProductBlocks(numProductBlocks: Int): ALS.this.type
  42. def setRank(rank: Int): ALS.this.type
  43. def setSeed(seed: Long): ALS.this.type
  44. def setUserBlocks(numUserBlocks: Int): ALS.this.type
  45. final def synchronized[T0](arg0: ⇒ T0): T0
  46. def toString(): String
  47. final def wait(): Unit
  48. final def wait(arg0: Long, arg1: Int): Unit
  49. final def wait(arg0: Long): Unit

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped