Showing content from http://spark.apache.org/docs/latest/api/scala/org/apache/spark/ml/feature/Imputer.html below:
Spark 4.0.0 ScalaDoc - org.apache.spark.ml.feature.Imputer
class Imputer extends Estimator[ImputerModel] with ImputerParams with DefaultParamsWritable
î·î
Ordering
- Grouped
- Alphabetic
- By Inheritance
Inherited
- Imputer
- DefaultParamsWritable
- MLWritable
- ImputerParams
- HasRelativeError
- HasOutputCols
- HasOutputCol
- HasInputCols
- HasInputCol
- Estimator
- PipelineStage
- Logging
- Params
- Serializable
- Identifiable
- AnyRef
- Any
Visibility
- Public
- Protected
Instance Constructors
- î
new Imputer()
- î
new Imputer(uid: String)
Type Members
- î
implicit class LogStringContext extends AnyRef
Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##: Int
- î
final def $[T](param: Param[T]): T
- î
final def ==(arg0: Any): Boolean
- î
final def asInstanceOf[T0]: T0
- î
final def clear(param: Param[_]): Imputer.this.type
- î
def clone(): AnyRef
- î
def copy(extra: ParamMap): Imputer
- î
def copyValues[T <: Params](to: T, extra: ParamMap = ParamMap.empty): T
- î
final def defaultCopy[T <: Params](extra: ParamMap): T
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(arg0: AnyRef): Boolean
- î
def explainParam(param: Param[_]): String
- î
def explainParams(): String
- î
final def extractParamMap(): ParamMap
- î
final def extractParamMap(extra: ParamMap): ParamMap
- î
def fit(dataset: Dataset[_]): ImputerModel
- î
def fit(dataset: Dataset[_], paramMaps: Seq[ParamMap]): Seq[ImputerModel]
- î
def fit(dataset: Dataset[_], paramMap: ParamMap): ImputerModel
- î
def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): ImputerModel
- î
final def get[T](param: Param[T]): Option[T]
- î
final def getClass(): Class[_ <: AnyRef]
- î
final def getDefault[T](param: Param[T]): Option[T]
- î
final def getInputCol: String
- î
final def getInputCols: Array[String]
- î
def getMissingValue: Double
- î
final def getOrDefault[T](param: Param[T]): T
- î
final def getOutputCol: String
- î
final def getOutputCols: Array[String]
- î
def getParam(paramName: String): Param[Any]
- î
final def getRelativeError: Double
- î
def getStrategy: String
- î
final def hasDefault[T](param: Param[T]): Boolean
- î
def hasParam(paramName: String): Boolean
- î
def hashCode(): Int
- î
def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- î
def initializeLogIfNecessary(isInterpreter: Boolean): Unit
- î
final val inputCol: Param[String]
- î
final val inputCols: StringArrayParam
- î
final def isDefined(param: Param[_]): Boolean
- î
final def isInstanceOf[T0]: Boolean
- î
final def isSet(param: Param[_]): Boolean
- î
def isTraceEnabled(): Boolean
- î
def log: Logger
- î
def logDebug(msg: => String, throwable: Throwable): Unit
- î
def logDebug(entry: LogEntry, throwable: Throwable): Unit
- î
def logDebug(entry: LogEntry): Unit
- î
def logDebug(msg: => String): Unit
- î
def logError(msg: => String, throwable: Throwable): Unit
- î
def logError(entry: LogEntry, throwable: Throwable): Unit
- î
def logError(entry: LogEntry): Unit
- î
def logError(msg: => String): Unit
- î
def logInfo(msg: => String, throwable: Throwable): Unit
- î
def logInfo(entry: LogEntry, throwable: Throwable): Unit
- î
def logInfo(entry: LogEntry): Unit
- î
def logInfo(msg: => String): Unit
- î
def logName: String
- î
def logTrace(msg: => String, throwable: Throwable): Unit
- î
def logTrace(entry: LogEntry, throwable: Throwable): Unit
- î
def logTrace(entry: LogEntry): Unit
- î
def logTrace(msg: => String): Unit
- î
def logWarning(msg: => String, throwable: Throwable): Unit
- î
def logWarning(entry: LogEntry, throwable: Throwable): Unit
- î
def logWarning(entry: LogEntry): Unit
- î
def logWarning(msg: => String): Unit
- î
final val missingValue: DoubleParam
- î
final def ne(arg0: AnyRef): Boolean
- î
final def notify(): Unit
- î
final def notifyAll(): Unit
- î
final val outputCol: Param[String]
- î
final val outputCols: StringArrayParam
- î
lazy val params: Array[Param[_]]
- î
final val relativeError: DoubleParam
- î
def save(path: String): Unit
- î
final def set(paramPair: ParamPair[_]): Imputer.this.type
- î
final def set(param: String, value: Any): Imputer.this.type
- î
final def set[T](param: Param[T], value: T): Imputer.this.type
- î
final def setDefault(paramPairs: ParamPair[_]*): Imputer.this.type
- î
final def setDefault[T](param: Param[T], value: T): Imputer.this.type
- î
def setInputCol(value: String): Imputer.this.type
- î
def setInputCols(value: Array[String]): Imputer.this.type
- î
def setMissingValue(value: Double): Imputer.this.type
- î
def setOutputCol(value: String): Imputer.this.type
- î
def setOutputCols(value: Array[String]): Imputer.this.type
- î
def setRelativeError(value: Double): Imputer.this.type
- î
def setStrategy(value: String): Imputer.this.type
- î
final val strategy: Param[String]
- î
final def synchronized[T0](arg0: => T0): T0
- î
def toString(): String
- î
def transformSchema(schema: StructType): StructType
- î
def transformSchema(schema: StructType, logging: Boolean): StructType
- î
val uid: String
- î
def validateAndTransformSchema(schema: StructType): StructType
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit
- î
final def wait(): Unit
- î
def withLogContext(context: Map[String, String])(body: => Unit): Unit
- î
def write: MLWriter
Deprecated Value Members
- î
def finalize(): Unit
Inherited from ImputerParams
Inherited from Logging
Inherited from AnyRef
Inherited from Any
Members
Parameter setters
Parameter getters
(expert-only) Parameter setters
(expert-only) 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