Spark 3.5.5 ScalaDoc - org.apache.spark.ml.param.Param (original) (raw)

class Param[T] extends Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Param

  2. Serializable

  3. Serializable

  4. AnyRef

  5. Any

  6. Hide All

  7. Show All

Instance Constructors

  1. new Param(parent: Identifiable, name: String, doc: String)
  2. new Param(parent: String, name: String, doc: String)
  3. new Param(parent: Identifiable, name: String, doc: String, isValid: (T) ⇒ Boolean)
  4. new Param(parent: String, name: String, doc: String, isValid: (T) ⇒ Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def ->(value: T): ParamPair[T]
  4. final def ==(arg0: Any): Boolean
  5. final def asInstanceOf[T0]: T0
  6. def clone(): AnyRef
  7. val doc: String
  8. final def eq(arg0: AnyRef): Boolean
  9. final def equals(obj: Any): Boolean
  10. def finalize(): Unit
  11. final def getClass(): Class[_]
  12. final def hashCode(): Int
  13. final def isInstanceOf[T0]: Boolean
  14. val isValid: (T) ⇒ Boolean
  15. def jsonDecode(json: String): T
  16. def jsonEncode(value: T): String
  17. val name: String
  18. final def ne(arg0: AnyRef): Boolean
  19. final def notify(): Unit
  20. final def notifyAll(): Unit
  21. val parent: String
  22. final def synchronized[T0](arg0: ⇒ T0): T0
  23. final def toString(): String
  24. def w(value: T): ParamPair[T]
  25. final def wait(): Unit
  26. final def wait(arg0: Long, arg1: Int): Unit
  27. final def wait(arg0: Long): Unit

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Members