c

com.microsoft.azure.synapse.ml.param

TypedDoubleArrayParam

class TypedDoubleArrayParam extends JsonEncodableParam[Seq[Double]] with WrappableParam[Seq[Double]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedDoubleArrayParam
  2. WrappableParam
  3. DotnetWrappableParam
  4. JsonEncodableParam
  5. Param
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypedDoubleArrayParam(parent: Params, name: String, doc: String, isValid: (Seq[Double]) ⇒ Boolean = (_: Seq[Double]) => true)

Type Members

  1. type ValueType = Double

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ->(value: Seq[Double]): ParamPair[Seq[Double]]
    Definition Classes
    Param
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val doc: String
    Definition Classes
    Param
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def equals(obj: Any): Boolean
    Definition Classes
    Param → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. implicit val format: JsonFormat[Seq[Double]]
    Definition Classes
    JsonEncodableParam
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def hashCode(): Int
    Definition Classes
    Param → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val isValid: (Seq[Double]) ⇒ Boolean
    Definition Classes
    Param
  16. def jsonDecode(json: String): Seq[Double]
    Definition Classes
    JsonEncodableParam → Param
  17. def jsonEncode(value: Seq[Double]): String
    Definition Classes
    JsonEncodableParam → Param
  18. val name: String
    Definition Classes
    Param
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val parent: String
    Definition Classes
    Param
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. final def toString(): String
    Definition Classes
    Param → AnyRef → Any
  25. def w(v: ArrayList[Double]): ParamPair[Seq[Double]]
  26. def w(value: Seq[Double]): ParamPair[Seq[Double]]
    Definition Classes
    Param
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from WrappableParam[Seq[Double]]

Inherited from DotnetWrappableParam[Seq[Double]]

Inherited from JsonEncodableParam[Seq[Double]]

Inherited from Param[Seq[Double]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped