Home
last modified time | relevance | path

Searched defs:setOutputCol (Results 1 – 22 of 22) sorted by relevance

/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/feature/
H A DIDF.scala80 def setOutputCol(value: String): this.type = set(outputCol, value) method
129 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DStringIndexer.scala84 def setOutputCol(value: String): this.type = set(outputCol, value) method
155 def setOutputCol(value: String): this.type = set(outputCol, value) method
271 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DMaxAbsScaler.scala68 def setOutputCol(value: String): this.type = set(outputCol, value) method
119 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DPCA.scala83 def setOutputCol(value: String): this.type = set(outputCol, value) method
141 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DStandardScaler.scala100 def setOutputCol(value: String): this.type = set(outputCol, value) method
158 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DMinMaxScaler.scala107 def setOutputCol(value: String): this.type = set(outputCol, value) method
166 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DChiSqSelector.scala151 def setOutputCol(value: String): this.type = set(outputCol, value) method
219 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DCountVectorizer.scala135 def setOutputCol(value: String): this.type = set(outputCol, value) method
226 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DWord2Vec.scala138 def setOutputCol(value: String): this.type = set(outputCol, value) method
256 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DHashingTF.scala52 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DBinarizer.scala70 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DQuantileDiscretizer.scala131 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DBucketizer.scala78 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DStopWordsRemover.scala50 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DVectorIndexer.scala114 def setOutputCol(value: String): this.type = set(outputCol, value) method
357 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DVectorAssembler.scala50 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DVectorSlicer.scala98 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DOneHotEncoder.scala75 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DLSH.scala305 def setOutputCol(value: String): this.type = set(outputCol, value) method
H A DInteraction.scala57 def setOutputCol(value: String): this.type = set(outputCol, value) method
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/
H A DTransformer.scala89 def setOutputCol(value: String): T = set(outputCol, value).asInstanceOf[T] method
/dports/devel/spark/spark-2.1.1/python/pyspark/ml/param/
H A Dshared.py246 def setOutputCol(self, value): member in HasOutputCol