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

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

class RFormula extends Estimator[RFormulaModel] with RFormulaBase with DefaultParamsWritable



Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. RFormula
  2. DefaultParamsWritable
  3. MLWritable
  4. RFormulaBase
  5. HasHandleInvalid
  6. HasLabelCol
  7. HasFeaturesCol
  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 RFormula()
  2.  new RFormula(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[_]): RFormula.this.type
  7.  def clone(): AnyRef
  8.  def copy(extra: ParamMap): RFormula
  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.  final val featuresCol: Param[String]
  18.  def fit(dataset: Dataset[_]): RFormulaModel
  19.  def fit(dataset: Dataset[_], paramMaps: Seq[ParamMap]): Seq[RFormulaModel]
  20.  def fit(dataset: Dataset[_], paramMap: ParamMap): RFormulaModel
  21.  def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): RFormulaModel
  22.  val forceIndexLabel: BooleanParam
  23.  val formula: Param[String]
  24.  final def get[T](param: Param[T]): Option[T]
  25.  final def getClass(): Class[_ <: AnyRef]
  26.  final def getDefault[T](param: Param[T]): Option[T]
  27.  final def getFeaturesCol: String
  28.  def getForceIndexLabel: Boolean
  29.  def getFormula: String
  30.  final def getHandleInvalid: String
  31.  final def getLabelCol: String
  32.  final def getOrDefault[T](param: Param[T]): T
  33.  def getParam(paramName: String): Param[Any]
  34.  def getStringIndexerOrderType: String
  35.  val handleInvalid: Param[String]
  36.  final def hasDefault[T](param: Param[T]): Boolean
  37.  def hasLabelCol(schema: StructType): Boolean
  38.  def hasParam(paramName: String): Boolean
  39.  def hashCode(): Int
  40.  def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
  41.  def initializeLogIfNecessary(isInterpreter: Boolean): Unit
  42.  final def isDefined(param: Param[_]): Boolean
  43.  final def isInstanceOf[T0]: Boolean
  44.  final def isSet(param: Param[_]): Boolean
  45.  def isTraceEnabled(): Boolean
  46.  final val labelCol: Param[String]
  47.  def log: Logger
  48.  def logDebug(msg: => String, throwable: Throwable): Unit
  49.  def logDebug(entry: LogEntry, throwable: Throwable): Unit
  50.  def logDebug(entry: LogEntry): Unit
  51.  def logDebug(msg: => String): Unit
  52.  def logError(msg: => String, throwable: Throwable): Unit
  53.  def logError(entry: LogEntry, throwable: Throwable): Unit
  54.  def logError(entry: LogEntry): Unit
  55.  def logError(msg: => String): Unit
  56.  def logInfo(msg: => String, throwable: Throwable): Unit
  57.  def logInfo(entry: LogEntry, throwable: Throwable): Unit
  58.  def logInfo(entry: LogEntry): Unit
  59.  def logInfo(msg: => String): Unit
  60.  def logName: String
  61.  def logTrace(msg: => String, throwable: Throwable): Unit
  62.  def logTrace(entry: LogEntry, throwable: Throwable): Unit
  63.  def logTrace(entry: LogEntry): Unit
  64.  def logTrace(msg: => String): Unit
  65.  def logWarning(msg: => String, throwable: Throwable): Unit
  66.  def logWarning(entry: LogEntry, throwable: Throwable): Unit
  67.  def logWarning(entry: LogEntry): Unit
  68.  def logWarning(msg: => String): Unit
  69.  final def ne(arg0: AnyRef): Boolean
  70.  final def notify(): Unit
  71.  final def notifyAll(): Unit
  72.  lazy val params: Array[Param[_]]
  73.  def save(path: String): Unit
  74.  final def set(paramPair: ParamPair[_]): RFormula.this.type
  75.  final def set(param: String, value: Any): RFormula.this.type
  76.  final def set[T](param: Param[T], value: T): RFormula.this.type
  77.  final def setDefault(paramPairs: ParamPair[_]*): RFormula.this.type
  78.  final def setDefault[T](param: Param[T], value: T): RFormula.this.type
  79.  def setFeaturesCol(value: String): RFormula.this.type
  80.  def setForceIndexLabel(value: Boolean): RFormula.this.type
  81.  def setFormula(value: String): RFormula.this.type
  82.  def setHandleInvalid(value: String): RFormula.this.type
  83.  def setLabelCol(value: String): RFormula.this.type
  84.  def setStringIndexerOrderType(value: String): RFormula.this.type
  85.  final val stringIndexerOrderType: Param[String]
  86.  final def synchronized[T0](arg0: => T0): T0
  87.  def toString(): String
  88.  def transformSchema(schema: StructType): StructType
  89.  def transformSchema(schema: StructType, logging: Boolean): StructType
  90.  val uid: String
  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 RFormulaBase

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