Trait

com.johnsnowlabs.nlp

ParamsAndFeaturesWritable

Related Doc: package nlp

Permalink

trait ParamsAndFeaturesWritable extends DefaultParamsWritable with Params with HasFeatures

Linear Supertypes
HasFeatures, Params, Serializable, Serializable, Identifiable, DefaultParamsWritable, MLWritable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParamsAndFeaturesWritable
  2. HasFeatures
  3. Params
  4. Serializable
  5. Serializable
  6. Identifiable
  7. DefaultParamsWritable
  8. MLWritable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params

    Permalink
    Definition Classes
    Params
  2. abstract val uid: String

    Permalink
    Definition Classes
    Identifiable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. def $$[T](feature: StructFeature[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  5. def $$[K, V](feature: MapFeature[K, V]): Map[K, V]

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  6. def $$[T](feature: ArrayFeature[T]): Array[T]

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final def clear(param: Param[_]): ParamsAndFeaturesWritable.this.type

    Permalink
    Definition Classes
    Params
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  12. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  16. def explainParams(): String

    Permalink
    Definition Classes
    Params
  17. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  18. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  19. val features: ArrayBuffer[Feature[_, _, _]]

    Permalink
    Definition Classes
    HasFeatures
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def get[T](feature: StructFeature[T]): Option[T]

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  22. def get[K, V](feature: MapFeature[K, V]): Option[Map[K, V]]

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  23. def get[T](feature: ArrayFeature[T]): Option[Array[T]]

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  24. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  27. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  28. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  29. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  30. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    Params
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def onWrite(path: String, spark: SparkSession): Unit

    Permalink
  39. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  40. def save(path: String): Unit

    Permalink
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  41. def set[T](feature: StructFeature[T], value: T): ParamsAndFeaturesWritable.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  42. def set[K, V](feature: MapFeature[K, V], value: Map[K, V]): ParamsAndFeaturesWritable.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  43. def set[T](feature: ArrayFeature[T], value: Array[T]): ParamsAndFeaturesWritable.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  44. final def set(paramPair: ParamPair[_]): ParamsAndFeaturesWritable.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  45. final def set(param: String, value: Any): ParamsAndFeaturesWritable.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  46. final def set[T](param: Param[T], value: T): ParamsAndFeaturesWritable.this.type

    Permalink
    Definition Classes
    Params
  47. def setDefault[T](feature: StructFeature[T], value: () ⇒ T): ParamsAndFeaturesWritable.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  48. def setDefault[K, V](feature: MapFeature[K, V], value: () ⇒ Map[K, V]): ParamsAndFeaturesWritable.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  49. def setDefault[T](feature: ArrayFeature[T], value: () ⇒ Array[T]): ParamsAndFeaturesWritable.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  50. final def setDefault(paramPairs: ParamPair[_]*): ParamsAndFeaturesWritable.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  51. final def setDefault[T](param: Param[T], value: T): ParamsAndFeaturesWritable.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  54. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def write: MLWriter

    Permalink
    Definition Classes
    ParamsAndFeaturesWritable → DefaultParamsWritable → MLWritable

Inherited from HasFeatures

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from DefaultParamsWritable

Inherited from MLWritable

Inherited from AnyRef

Inherited from Any

Ungrouped