Spark 3.5.5 ScalaDoc - org.apache.spark.ml.param.LongParam (original) (raw)
class LongParam extends Param[Long]
Ordering
- Alphabetic
- By Inheritance
Inherited
LongParam
Param
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Instance Constructors
- new LongParam(parent: Identifiable, name: String, doc: String)
- new LongParam(parent: Identifiable, name: String, doc: String, isValid: (Long) ⇒ Boolean)
- new LongParam(parent: String, name: String, doc: String)
- new LongParam(parent: String, name: String, doc: String, isValid: (Long) ⇒ Boolean)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def ->(value: Long): ParamPair[Long]
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- val doc: String
- final def eq(arg0: AnyRef): Boolean
- final def equals(obj: Any): Boolean
- def finalize(): Unit
- final def getClass(): Class[_]
- final def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- val isValid: (Long) ⇒ Boolean
- def jsonDecode(json: String): Long
- def jsonEncode(value: Long): String
- val name: String
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val parent: String
- final def synchronized[T0](arg0: ⇒ T0): T0
- final def toString(): String
- def w(value: Long): ParamPair[Long]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit