t

com.johnsnowlabs.partition

HasTextReaderProperties

trait HasTextReaderProperties extends ParamsAndFeaturesWritable

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

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params
    Definition Classes
    Params
  2. abstract val uid: String
    Definition Classes
    Identifiable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. def $$[T](feature: StructFeature[T]): T
    Attributes
    protected
    Definition Classes
    HasFeatures
  5. def $$[K, V](feature: MapFeature[K, V]): Map[K, V]
    Attributes
    protected
    Definition Classes
    HasFeatures
  6. def $$[T](feature: SetFeature[T]): Set[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  7. def $$[T](feature: ArrayFeature[T]): Array[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. final def clear(param: Param[_]): HasTextReaderProperties.this.type
    Definition Classes
    Params
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  12. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  13. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  17. def explainParams(): String
    Definition Classes
    Params
  18. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  19. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  20. val features: ArrayBuffer[Feature[_, _, _]]
    Definition Classes
    HasFeatures
  21. def get[T](feature: StructFeature[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  22. def get[K, V](feature: MapFeature[K, V]): Option[Map[K, V]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  23. def get[T](feature: SetFeature[T]): Option[Set[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  24. def get[T](feature: ArrayFeature[T]): Option[Array[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  25. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  28. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  29. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  30. val groupBrokenParagraphs: Param[Boolean]
  31. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  32. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  34. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  37. val maxLineCount: Param[Int]
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  41. def onWrite(path: String, spark: SparkSession): Unit
    Attributes
    protected
    Definition Classes
    ParamsAndFeaturesWritable
  42. val paragraphSplit: Param[String]
  43. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  44. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @throws("If the input path already exists but overwrite is not enabled.") @Since("1.6.0")
  45. def set[T](feature: StructFeature[T], value: T): HasTextReaderProperties.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  46. def set[K, V](feature: MapFeature[K, V], value: Map[K, V]): HasTextReaderProperties.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  47. def set[T](feature: SetFeature[T], value: Set[T]): HasTextReaderProperties.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  48. def set[T](feature: ArrayFeature[T], value: Array[T]): HasTextReaderProperties.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  49. final def set(paramPair: ParamPair[_]): HasTextReaderProperties.this.type
    Attributes
    protected
    Definition Classes
    Params
  50. final def set(param: String, value: Any): HasTextReaderProperties.this.type
    Attributes
    protected
    Definition Classes
    Params
  51. final def set[T](param: Param[T], value: T): HasTextReaderProperties.this.type
    Definition Classes
    Params
  52. def setDefault[T](feature: StructFeature[T], value: () => T): HasTextReaderProperties.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  53. def setDefault[K, V](feature: MapFeature[K, V], value: () => Map[K, V]): HasTextReaderProperties.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  54. def setDefault[T](feature: SetFeature[T], value: () => Set[T]): HasTextReaderProperties.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  55. def setDefault[T](feature: ArrayFeature[T], value: () => Array[T]): HasTextReaderProperties.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  56. final def setDefault(paramPairs: ParamPair[_]*): HasTextReaderProperties.this.type
    Attributes
    protected
    Definition Classes
    Params
  57. final def setDefault[T](param: Param[T], value: T): HasTextReaderProperties.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  58. def setGroupBrokenParagraphs(value: Boolean): HasTextReaderProperties.this.type
  59. def setMaxLineCount(value: Int): HasTextReaderProperties.this.type
  60. def setParagraphSplit(value: String): HasTextReaderProperties.this.type
  61. def setShortLineWordThreshold(value: Int): HasTextReaderProperties.this.type
  62. def setThreshold(value: Double): HasTextReaderProperties.this.type
  63. def setTitleLengthSize(value: Int): HasTextReaderProperties.this.type
  64. val shortLineWordThreshold: Param[Int]
  65. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  66. val threshold: Param[Double]
  67. val titleLengthSize: Param[Int]
  68. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  71. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. def write: MLWriter
    Definition Classes
    ParamsAndFeaturesWritable → DefaultParamsWritable → MLWritable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from HasFeatures

Inherited from Params

Inherited from Serializable

Inherited from Identifiable

Inherited from DefaultParamsWritable

Inherited from MLWritable

Inherited from AnyRef

Inherited from Any

Ungrouped