Spark 3.5.5 ScalaDoc - org.apache.spark.mllib.fpm.PrefixSpanModel (original) (raw)

class PrefixSpanModel[Item] extends Saveable with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. PrefixSpanModel

  2. Serializable

  3. Serializable

  4. Saveable

  5. AnyRef

  6. Any

  7. Hide All

  8. Show All

Instance Constructors

  1. new PrefixSpanModel(freqSequences: RDD[FreqSequence[Item]])

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. val freqSequences: RDD[FreqSequence[Item]]
  10. final def getClass(): Class[_]
  11. def hashCode(): Int
  12. final def isInstanceOf[T0]: Boolean
  13. final def ne(arg0: AnyRef): Boolean
  14. final def notify(): Unit
  15. final def notifyAll(): Unit
  16. def save(sc: SparkContext, path: String): Unit
  17. final def synchronized[T0](arg0: ⇒ T0): T0
  18. def toString(): String
  19. final def wait(): Unit
  20. final def wait(arg0: Long, arg1: Int): Unit
  21. final def wait(arg0: Long): Unit

Inherited from Serializable

Inherited from Serializable

Inherited from Saveable

Inherited from AnyRef

Inherited from Any

Ungrouped