A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://spark.apache.org/docs/latest/api/scala/org/apache/spark/ml/feature/StopWordsRemover.html below:

Spark 4.0.0 ScalaDoc - org.apache.spark.ml.feature.StopWordsRemover

class StopWordsRemover extends Transformer with with with with with DefaultParamsWritable



Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. StopWordsRemover
  2. DefaultParamsWritable
  3. MLWritable
  4. HasOutputCols
  5. HasInputCols
  6. HasOutputCol
  7. HasInputCol
  8. Transformer
  9. PipelineStage
  10. Logging
  11. Params
  12. Serializable
  13. Identifiable
  14. AnyRef
  15. Any
Visibility
  1. Public
  2. Protected
Instance Constructors
  1.  new StopWordsRemover()
  2.  new StopWordsRemover(uid: String)
Type Members
  1.  implicit class LogStringContext extends AnyRef
Value Members
  1.  final def !=(arg0: Any): Boolean
  2.  final def ##: Int
  3.  final def $[T](param: Param[T]): T
  4.  final def ==(arg0: Any): Boolean
  5.  final def asInstanceOf[T0]: T0
  6.  val caseSensitive: BooleanParam
  7.  final def clear(param: Param[_]): StopWordsRemover.this.type
  8.  def clone(): AnyRef
  9.  def copy(extra: ParamMap): StopWordsRemover
  10.  def copyValues[T <: Params](to: T, extra: ParamMap = ParamMap.empty): T
  11.  final def defaultCopy[T <: Params](extra: ParamMap): T
  12.  final def eq(arg0: AnyRef): Boolean
  13.  def equals(arg0: AnyRef): Boolean
  14.  def explainParam(param: Param[_]): String
  15.  def explainParams(): String
  16.  final def extractParamMap(): ParamMap
  17.  final def extractParamMap(extra: ParamMap): ParamMap
  18.  final def get[T](param: Param[T]): Option[T]
  19.  def getCaseSensitive: Boolean
  20.  final def getClass(): Class[_ <: AnyRef]
  21.  final def getDefault[T](param: Param[T]): Option[T]
  22.  final def getInputCol: String
  23.  final def getInputCols: Array[String]
  24.  def getLocale: String
  25.  final def getOrDefault[T](param: Param[T]): T
  26.  final def getOutputCol: String
  27.  final def getOutputCols: Array[String]
  28.  def getParam(paramName: String): Param[Any]
  29.  def getStopWords: Array[String]
  30.  final def hasDefault[T](param: Param[T]): Boolean
  31.  def hasParam(paramName: String): Boolean
  32.  def hashCode(): Int
  33.  def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
  34.  def initializeLogIfNecessary(isInterpreter: Boolean): Unit
  35.  final val inputCol: Param[String]
  36.  final val inputCols: StringArrayParam
  37.  final def isDefined(param: Param[_]): Boolean
  38.  final def isInstanceOf[T0]: Boolean
  39.  final def isSet(param: Param[_]): Boolean
  40.  def isTraceEnabled(): Boolean
  41.  val locale: Param[String]
  42.  def log: Logger
  43.  def logDebug(msg: => String, throwable: Throwable): Unit
  44.  def logDebug(entry: LogEntry, throwable: Throwable): Unit
  45.  def logDebug(entry: LogEntry): Unit
  46.  def logDebug(msg: => String): Unit
  47.  def logError(msg: => String, throwable: Throwable): Unit
  48.  def logError(entry: LogEntry, throwable: Throwable): Unit
  49.  def logError(entry: LogEntry): Unit
  50.  def logError(msg: => String): Unit
  51.  def logInfo(msg: => String, throwable: Throwable): Unit
  52.  def logInfo(entry: LogEntry, throwable: Throwable): Unit
  53.  def logInfo(entry: LogEntry): Unit
  54.  def logInfo(msg: => String): Unit
  55.  def logName: String
  56.  def logTrace(msg: => String, throwable: Throwable): Unit
  57.  def logTrace(entry: LogEntry, throwable: Throwable): Unit
  58.  def logTrace(entry: LogEntry): Unit
  59.  def logTrace(msg: => String): Unit
  60.  def logWarning(msg: => String, throwable: Throwable): Unit
  61.  def logWarning(entry: LogEntry, throwable: Throwable): Unit
  62.  def logWarning(entry: LogEntry): Unit
  63.  def logWarning(msg: => String): Unit
  64.  final def ne(arg0: AnyRef): Boolean
  65.  final def notify(): Unit
  66.  final def notifyAll(): Unit
  67.  final val outputCol: Param[String]
  68.  final val outputCols: StringArrayParam
  69.  lazy val params: Array[Param[_]]
  70.  def save(path: String): Unit
  71.  final def set(paramPair: ParamPair[_]): StopWordsRemover.this.type
  72.  final def set(param: String, value: Any): StopWordsRemover.this.type
  73.  final def set[T](param: Param[T], value: T): StopWordsRemover.this.type
  74.  def setCaseSensitive(value: Boolean): StopWordsRemover.this.type
  75.  final def setDefault(paramPairs: ParamPair[_]*): StopWordsRemover.this.type
  76.  final def setDefault[T](param: Param[T], value: T): StopWordsRemover.this.type
  77.  def setInputCol(value: String): StopWordsRemover.this.type
  78.  def setInputCols(value: Array[String]): StopWordsRemover.this.type
  79.  def setLocale(value: String): StopWordsRemover.this.type
  80.  def setOutputCol(value: String): StopWordsRemover.this.type
  81.  def setOutputCols(value: Array[String]): StopWordsRemover.this.type
  82.  def setStopWords(value: Array[String]): StopWordsRemover.this.type
  83.  val stopWords: StringArrayParam
  84.  final def synchronized[T0](arg0: => T0): T0
  85.  def toString(): String
  86.  def transform(dataset: Dataset[_]): DataFrame
  87.  def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
  88.  def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
  89.  def transformSchema(schema: StructType): StructType
  90.  def transformSchema(schema: StructType, logging: Boolean): StructType
  91.  val uid: String
  92.  final def wait(arg0: Long, arg1: Int): Unit
  93.  final def wait(arg0: Long): Unit
  94.  final def wait(): Unit
  95.  def withLogContext(context: Map[String, String])(body: => Unit): Unit
  96.  def write: MLWriter
Deprecated Value Members
  1.  def finalize(): Unit

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Members

Parameter setters

Parameter getters


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4