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/OneHotEncoder.html below:

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

class OneHotEncoder extends Estimator[OneHotEncoderModel] with OneHotEncoderBase with DefaultParamsWritable



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

Inherited from OneHotEncoderBase

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