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

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

final class ChiSqSelector extends Selector[ChiSqSelectorModel]



Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. ChiSqSelector
  2. Selector
  3. DefaultParamsWritable
  4. MLWritable
  5. SelectorParams
  6. HasOutputCol
  7. HasLabelCol
  8. HasFeaturesCol
  9. Estimator
  10. PipelineStage
  11. Logging
  12. Params
  13. Serializable
  14. Identifiable
  15. AnyRef
  16. Any
Visibility
  1. Public
  2. Protected
Instance Constructors
  1.  new ChiSqSelector()
  2.  new ChiSqSelector(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[_]): ChiSqSelector.this.type
  7.  def clone(): AnyRef
  8.  def copy(extra: ParamMap): ChiSqSelector
  9.  def copyValues[T <: Params](to: T, extra: ParamMap = ParamMap.empty): T
  10.  def createSelectorModel(uid: String, indices: Array[Int]): ChiSqSelectorModel
  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 val fdr: DoubleParam
  19.  final val featuresCol: Param[String]
  20.  def fit(dataset: Dataset[_]): ChiSqSelectorModel
  21.  def fit(dataset: Dataset[_], paramMaps: Seq[ParamMap]): Seq[ChiSqSelectorModel]
  22.  def fit(dataset: Dataset[_], paramMap: ParamMap): ChiSqSelectorModel
  23.  def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): ChiSqSelectorModel
  24.  final val fpr: DoubleParam
  25.  final val fwe: DoubleParam
  26.  final def get[T](param: Param[T]): Option[T]
  27.  final def getClass(): Class[_ <: AnyRef]
  28.  final def getDefault[T](param: Param[T]): Option[T]
  29.  def getFdr: Double
  30.  final def getFeaturesCol: String
  31.  def getFpr: Double
  32.  def getFwe: Double
  33.  final def getLabelCol: String
  34.  def getNumTopFeatures: Int
  35.  final def getOrDefault[T](param: Param[T]): T
  36.  final def getOutputCol: String
  37.  def getParam(paramName: String): Param[Any]
  38.  def getPercentile: Double
  39.  def getSelectionTestResult(df: DataFrame): DataFrame
  40.  def getSelectorType: String
  41.  final def hasDefault[T](param: Param[T]): Boolean
  42.  def hasParam(paramName: String): Boolean
  43.  def hashCode(): Int
  44.  def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
  45.  def initializeLogIfNecessary(isInterpreter: Boolean): Unit
  46.  final def isDefined(param: Param[_]): Boolean
  47.  final def isInstanceOf[T0]: Boolean
  48.  final def isSet(param: Param[_]): Boolean
  49.  def isTraceEnabled(): Boolean
  50.  final val labelCol: Param[String]
  51.  def log: Logger
  52.  def logDebug(msg: => String, throwable: Throwable): Unit
  53.  def logDebug(entry: LogEntry, throwable: Throwable): Unit
  54.  def logDebug(entry: LogEntry): Unit
  55.  def logDebug(msg: => String): Unit
  56.  def logError(msg: => String, throwable: Throwable): Unit
  57.  def logError(entry: LogEntry, throwable: Throwable): Unit
  58.  def logError(entry: LogEntry): Unit
  59.  def logError(msg: => String): Unit
  60.  def logInfo(msg: => String, throwable: Throwable): Unit
  61.  def logInfo(entry: LogEntry, throwable: Throwable): Unit
  62.  def logInfo(entry: LogEntry): Unit
  63.  def logInfo(msg: => String): Unit
  64.  def logName: String
  65.  def logTrace(msg: => String, throwable: Throwable): Unit
  66.  def logTrace(entry: LogEntry, throwable: Throwable): Unit
  67.  def logTrace(entry: LogEntry): Unit
  68.  def logTrace(msg: => String): Unit
  69.  def logWarning(msg: => String, throwable: Throwable): Unit
  70.  def logWarning(entry: LogEntry, throwable: Throwable): Unit
  71.  def logWarning(entry: LogEntry): Unit
  72.  def logWarning(msg: => String): Unit
  73.  final def ne(arg0: AnyRef): Boolean
  74.  final def notify(): Unit
  75.  final def notifyAll(): Unit
  76.  final val numTopFeatures: IntParam
  77.  final val outputCol: Param[String]
  78.  lazy val params: Array[Param[_]]
  79.  final val percentile: DoubleParam
  80.  def save(path: String): Unit
  81.  final val selectorType: Param[String]
  82.  final def set(paramPair: ParamPair[_]): ChiSqSelector.this.type
  83.  final def set(param: String, value: Any): ChiSqSelector.this.type
  84.  final def set[T](param: Param[T], value: T): ChiSqSelector.this.type
  85.  final def setDefault(paramPairs: ParamPair[_]*): ChiSqSelector.this.type
  86.  final def setDefault[T](param: Param[T], value: T): ChiSqSelector.this.type
  87.  def setFdr(value: Double): ChiSqSelector.this.type
  88.  def setFeaturesCol(value: String): ChiSqSelector.this.type
  89.  def setFpr(value: Double): ChiSqSelector.this.type
  90.  def setFwe(value: Double): ChiSqSelector.this.type
  91.  def setLabelCol(value: String): ChiSqSelector.this.type
  92.  def setNumTopFeatures(value: Int): ChiSqSelector.this.type
  93.  def setOutputCol(value: String): ChiSqSelector.this.type
  94.  def setPercentile(value: Double): ChiSqSelector.this.type
  95.  def setSelectorType(value: String): ChiSqSelector.this.type
  96.  final def synchronized[T0](arg0: => T0): T0
  97.  def toString(): String
  98.  def transformSchema(schema: StructType): StructType
  99.  def transformSchema(schema: StructType, logging: Boolean): StructType
  100.  val uid: String
  101.  final def wait(arg0: Long, arg1: Int): Unit
  102.  final def wait(arg0: Long): Unit
  103.  final def wait(): Unit
  104.  def withLogContext(context: Map[String, String])(body: => Unit): Unit
  105.  def write: MLWriter
Deprecated Value Members
  1.  def finalize(): Unit

Inherited from SelectorParams

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