class VectorZipper extends Transformer with HasInputCols with HasOutputCol with Wrappable with ComplexParamsWritable with SynapseMLLogging

Combine one or more input columns into a sequence in the output column.

Linear Supertypes
SynapseMLLogging, ComplexParamsWritable, MLWritable, Wrappable, RWrappable, PythonWrappable, BaseWrappable, HasOutputCol, HasInputCols, Transformer, PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VectorZipper
  2. SynapseMLLogging
  3. ComplexParamsWritable
  4. MLWritable
  5. Wrappable
  6. RWrappable
  7. PythonWrappable
  8. BaseWrappable
  9. HasOutputCol
  10. HasInputCols
  11. Transformer
  12. PipelineStage
  13. Logging
  14. Params
  15. Serializable
  16. Serializable
  17. Identifiable
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VectorZipper()
  2. new VectorZipper(uid: String)

Value Members

  1. final def clear(param: Param[_]): VectorZipper.this.type
    Definition Classes
    Params
  2. def copy(extra: ParamMap): VectorZipper
    Definition Classes
    VectorZipper → Transformer → PipelineStage → Params
  3. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  4. def explainParams(): String
    Definition Classes
    Params
  5. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  6. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  7. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  8. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  9. def getInputCols: Array[String]

    Definition Classes
    HasInputCols
  10. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  11. def getOutputCol: String

    Definition Classes
    HasOutputCol
  12. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  13. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  14. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  15. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  16. val inputCols: StringArrayParam

    The names of the inputColumns

    The names of the inputColumns

    Definition Classes
    HasInputCols
  17. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  18. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  19. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  20. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  21. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  22. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  23. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  24. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  25. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  26. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  27. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  28. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  29. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  30. final def set[T](param: Param[T], value: T): VectorZipper.this.type
    Definition Classes
    Params
  31. def setInputCols(value: Array[String]): VectorZipper.this.type

    Definition Classes
    HasInputCols
  32. def setOutputCol(value: String): VectorZipper.this.type

    Definition Classes
    HasOutputCol
  33. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  34. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    VectorZipper → Transformer
  35. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  36. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  37. def transformSchema(schema: StructType): StructType
    Definition Classes
    VectorZipper → PipelineStage
  38. val uid: String
    Definition Classes
    VectorZipperSynapseMLLogging → Identifiable
  39. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable