UnrollBinaryImage¶
-
class
UnrollBinaryImage.UnrollBinaryImage(height=None, inputCol='image', nChannels=None, outputCol=None, width=None)[source]¶ Bases:
mmlspark.Utils.ComplexParamsMixin,pyspark.ml.util.JavaMLReadable,pyspark.ml.util.JavaMLWritable,pyspark.ml.wrapper.JavaTransformerParameters: -
getOutputCol()[source]¶ Returns: The name of the output column (default: [self.uid]_output) Return type: str
-
setInputCol(value)[source]¶ Parameters: inputCol (str) – The name of the input column (default: image)
-
setNChannels(value)[source]¶ Parameters: nChannels (int) – the number of channels of the target image
-
setOutputCol(value)[source]¶ Parameters: outputCol (str) – The name of the output column (default: [self.uid]_output)
-