Packages

abstract class Feature[Serializable1, Serializable2, TComplete] extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Feature
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Feature(model: HasFeatures, name: String)(implicit arg0: ClassTag[TComplete])

Abstract Value Members

  1. abstract def deserializeDataset(spark: SparkSession, path: String, field: String): Option[_]
    Attributes
    protected
  2. abstract def deserializeObject(spark: SparkSession, path: String, field: String): Option[_]
    Attributes
    protected
  3. abstract def serializeDataset(spark: SparkSession, path: String, field: String, value: TComplete): Unit
    Attributes
    protected
  4. abstract def serializeObject(spark: SparkSession, path: String, field: String, value: TComplete): Unit
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final var broadcastValue: Option[Broadcast[TComplete]]
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def deserialize(spark: SparkSession, path: String, field: String): Option[_]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final var fallbackLazyValue: Option[() ⇒ TComplete]
    Attributes
    protected
  11. final var fallbackRawValue: Option[TComplete]
    Attributes
    protected
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def get: Option[TComplete]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def getFieldPath(path: String, field: String): Path
    Attributes
    protected
  16. final def getOrDefault: TComplete
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final var isProtected: Boolean
    Attributes
    protected
  20. final def isSet: Boolean
  21. val name: String
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def orDefault: Option[TComplete]
  26. final var rawValue: Option[TComplete]
    Attributes
    protected
  27. val serializationMode: String
  28. final def serialize(spark: SparkSession, path: String, field: String, value: TComplete): Unit
  29. final def serializeInfer(spark: SparkSession, path: String, field: String, value: Any): Unit
  30. def setFallback(v: Option[() ⇒ TComplete]): HasFeatures
  31. final def setProtected(): Feature.this.type

    Sets this feature to be protected and only settable once.

    Sets this feature to be protected and only settable once.

    returns

    This Feature

  32. final def setValue(value: Option[Any]): HasFeatures
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. val useBroadcast: Boolean
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped