Class

com.johnsnowlabs.nlp

FeaturesWriter

Related Doc: package nlp

Permalink

class FeaturesWriter[T] extends MLWriter with HasFeatures

Linear Supertypes
HasFeatures, MLWriter, Logging, BaseReadWrite, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeaturesWriter
  2. HasFeatures
  3. MLWriter
  4. Logging
  5. BaseReadWrite
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FeaturesWriter(annotatorWithFeatures: HasFeatures, baseWriter: MLWriter, onWritten: (String, SparkSession) ⇒ Unit)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def $$[T](feature: StructFeature[T]): T

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

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

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

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

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def context(sqlContext: SQLContext): FeaturesWriter.this.type

    Permalink
    Definition Classes
    MLWriter → BaseReadWrite
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. val features: ArrayBuffer[Feature[_, _, _]]

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  20. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  23. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  25. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  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 option(key: String, value: String): FeaturesWriter.this.type

    Permalink
    Definition Classes
    MLWriter
    Annotations
    @Since( "2.3.0" )
  39. val optionMap: Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    MLWriter
  40. def overwrite(): FeaturesWriter.this.type

    Permalink
    Definition Classes
    MLWriter
    Annotations
    @Since( "1.6.0" )
  41. def save(path: String): Unit

    Permalink
    Definition Classes
    MLWriter
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  42. def saveImpl(path: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FeaturesWriter → MLWriter
  43. final def sc: SparkContext

    Permalink
    Attributes
    protected
    Definition Classes
    BaseReadWrite
  44. def session(sparkSession: SparkSession): FeaturesWriter.this.type

    Permalink
    Definition Classes
    MLWriter → BaseReadWrite
  45. def set[T](feature: StructFeature[T], value: T): FeaturesWriter.this.type

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  48. def setDefault[T](feature: StructFeature[T], value: () ⇒ T): FeaturesWriter.this.type

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    HasFeatures
  51. var shouldOverwrite: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    MLWriter
  52. final def sparkSession: SparkSession

    Permalink
    Attributes
    protected
    Definition Classes
    BaseReadWrite
  53. final def sqlContext: SQLContext

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HasFeatures

Inherited from MLWriter

Inherited from Logging

Inherited from BaseReadWrite

Inherited from AnyRef

Inherited from Any

Ungrouped