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

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

class VectorIndexer extends Estimator[VectorIndexerModel] with VectorIndexerParams with DefaultParamsWritable



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

Inherited from VectorIndexerParams

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