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

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

final class ChiSqSelectorModel extends SelectorModel[ChiSqSelectorModel]



Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. ChiSqSelectorModel
  2. SelectorModel
  3. MLWritable
  4. SelectorParams
  5. HasOutputCol
  6. HasLabelCol
  7. HasFeaturesCol
  8. Model
  9. Transformer
  10. PipelineStage
  11. Logging
  12. Params
  13. Serializable
  14. Identifiable
  15. AnyRef
  16. Any
Visibility
  1. Public
  2. Protected
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[_]): ChiSqSelectorModel.this.type
  7.  def clone(): AnyRef
  8.  def copy(extra: ParamMap): ChiSqSelectorModel
  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 fdr: DoubleParam
  18.  final val featuresCol: Param[String]
  19.  final val fpr: DoubleParam
  20.  final val fwe: DoubleParam
  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.  def getFdr: Double
  25.  final def getFeaturesCol: String
  26.  def getFpr: Double
  27.  def getFwe: Double
  28.  final def getLabelCol: String
  29.  def getNumTopFeatures: Int
  30.  final def getOrDefault[T](param: Param[T]): T
  31.  final def getOutputCol: String
  32.  def getParam(paramName: String): Param[Any]
  33.  def getPercentile: Double
  34.  def getSelectorType: String
  35.  final def hasDefault[T](param: Param[T]): Boolean
  36.  def hasParam(paramName: String): Boolean
  37.  def hasParent: Boolean
  38.  def hashCode(): Int
  39.  def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
  40.  def initializeLogIfNecessary(isInterpreter: Boolean): Unit
  41.  final def isDefined(param: Param[_]): Boolean
  42.  final def isInstanceOf[T0]: Boolean
  43.  def isNumericAttribute: 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.  final val numTopFeatures: IntParam
  73.  final val outputCol: Param[String]
  74.  lazy val params: Array[Param[_]]
  75.  var parent: Estimator[ChiSqSelectorModel]
  76.  final val percentile: DoubleParam
  77.  def save(path: String): Unit
  78.  val selectedFeatures: Array[Int]
  79.  final val selectorType: Param[String]
  80.  final def set(paramPair: ParamPair[_]): ChiSqSelectorModel.this.type
  81.  final def set(param: String, value: Any): ChiSqSelectorModel.this.type
  82.  final def set[T](param: Param[T], value: T): ChiSqSelectorModel.this.type
  83.  final def setDefault(paramPairs: ParamPair[_]*): ChiSqSelectorModel.this.type
  84.  final def setDefault[T](param: Param[T], value: T): ChiSqSelectorModel.this.type
  85.  def setFeaturesCol(value: String): ChiSqSelectorModel.this.type
  86.  def setOutputCol(value: String): ChiSqSelectorModel.this.type
  87.  def setParent(parent: Estimator[ChiSqSelectorModel]): ChiSqSelectorModel
  88.  final def synchronized[T0](arg0: => T0): T0
  89.  def toString(): String
  90.  def transform(dataset: Dataset[_]): DataFrame
  91.  def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
  92.  def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
  93.  def transformSchema(schema: StructType): StructType
  94.  def transformSchema(schema: StructType, logging: Boolean): StructType
  95.  val uid: String
  96.  final def wait(arg0: Long, arg1: Int): Unit
  97.  final def wait(arg0: Long): Unit
  98.  final def wait(): Unit
  99.  def withLogContext(context: Map[String, String])(body: => Unit): Unit
  100.  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