class SyntheticDiffInDiffEstimator extends BaseDiffInDiffEstimator with SyntheticEstimator with SyntheticDiffInDiffEstimatorParams with ComplexParamsWritable with Wrappable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyntheticDiffInDiffEstimator
  2. Wrappable
  3. RWrappable
  4. PythonWrappable
  5. BaseWrappable
  6. ComplexParamsWritable
  7. MLWritable
  8. SyntheticDiffInDiffEstimatorParams
  9. SyntheticEstimatorParams
  10. HasTol
  11. HasStepSize
  12. HasMaxIter
  13. HasTimeCol
  14. HasUnitCol
  15. SyntheticEstimator
  16. SynapseMLLogging
  17. BaseDiffInDiffEstimator
  18. DiffInDiffEstimatorParams
  19. HasPostTreatmentCol
  20. HasOutcomeCol
  21. HasTreatmentCol
  22. Estimator
  23. PipelineStage
  24. Logging
  25. Params
  26. Serializable
  27. Serializable
  28. Identifiable
  29. AnyRef
  30. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def clear(param: Param[_]): SyntheticDiffInDiffEstimator.this.type
    Definition Classes
    Params
  2. def copy(extra: ParamMap): Estimator[DiffInDiffModel]
    Definition Classes
    BaseDiffInDiffEstimator → Estimator → PipelineStage → Params
  3. final val epsilon: DoubleParam
    Definition Classes
    SyntheticEstimatorParams
  4. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  5. def explainParams(): String
    Definition Classes
    Params
  6. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  7. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  8. def fit(dataset: Dataset[_]): DiffInDiffModel
    Definition Classes
    SyntheticDiffInDiffEstimator → Estimator
  9. def fit(dataset: Dataset[_], paramMaps: Seq[ParamMap]): Seq[DiffInDiffModel]
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  10. def fit(dataset: Dataset[_], paramMap: ParamMap): DiffInDiffModel
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  11. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DiffInDiffModel
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  12. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  13. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  14. def getEpsilon: Double
    Definition Classes
    SyntheticEstimatorParams
  15. def getHandleMissingOutcome: String
    Definition Classes
    SyntheticEstimatorParams
  16. def getLocalSolverThreshold: Long

    Definition Classes
    SyntheticEstimatorParams
  17. final def getMaxIter: Int
    Definition Classes
    HasMaxIter
  18. def getNumIterNoChange: Int
    Definition Classes
    SyntheticEstimatorParams
  19. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  20. def getOutcomeCol: String
    Definition Classes
    HasOutcomeCol
  21. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  22. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  23. def getPostTreatmentCol: String
    Definition Classes
    HasPostTreatmentCol
  24. final def getStepSize: Double
    Definition Classes
    HasStepSize
  25. def getTimeCol: String
    Definition Classes
    HasTimeCol
  26. final def getTol: Double
    Definition Classes
    HasTol
  27. def getTreatmentCol: String
    Definition Classes
    HasTreatmentCol
  28. def getUnitCol: String
    Definition Classes
    HasUnitCol
  29. def getZeta: Double
  30. final val handleMissingOutcome: Param[String]
    Definition Classes
    SyntheticEstimatorParams
  31. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  32. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  33. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  34. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  35. final val localSolverThreshold: LongParam

    Param for deciding whether to collect part of data on driver node and solve the constrained least square problems locally on driver.

    Param for deciding whether to collect part of data on driver node and solve the constrained least square problems locally on driver.

    Definition Classes
    SyntheticEstimatorParams
  36. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  37. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  38. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  39. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  40. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  41. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  42. implicit val matrixEntryEncoder: Encoder[MatrixEntry]
    Definition Classes
    SyntheticEstimator
  43. implicit val matrixOps: DMatrixOps.type
    Definition Classes
    SyntheticEstimator
  44. final val maxIter: IntParam
    Definition Classes
    HasMaxIter
  45. final val numIterNoChange: IntParam
    Definition Classes
    SyntheticEstimatorParams
  46. val outcomeCol: Param[String]
    Definition Classes
    HasOutcomeCol
  47. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  48. final val postTreatmentCol: Param[String]
    Definition Classes
    HasPostTreatmentCol
  49. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  50. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  51. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  52. final def set[T](param: Param[T], value: T): SyntheticDiffInDiffEstimator.this.type
    Definition Classes
    Params
  53. def setEpsilon(value: Double): SyntheticDiffInDiffEstimator.this.type
    Definition Classes
    SyntheticEstimatorParams
  54. def setHandleMissingOutcome(value: String): SyntheticDiffInDiffEstimator.this.type
    Definition Classes
    SyntheticEstimatorParams
  55. def setLocalSolverThreshold(value: Long): SyntheticDiffInDiffEstimator.this.type

    Definition Classes
    SyntheticEstimatorParams
  56. def setMaxIter(value: Int): SyntheticDiffInDiffEstimator.this.type
    Definition Classes
    SyntheticEstimatorParams
  57. def setNumIterNoChange(value: Int): SyntheticDiffInDiffEstimator.this.type
    Definition Classes
    SyntheticEstimatorParams
  58. def setOutcomeCol(value: String): SyntheticDiffInDiffEstimator.this.type

    Set name of the column which will be used as outcome

    Set name of the column which will be used as outcome

    Definition Classes
    HasOutcomeCol
  59. def setPostTreatmentCol(value: String): SyntheticDiffInDiffEstimator.this.type

    Set name of the column which tells whether the outcome is measured post treatment.

    Set name of the column which tells whether the outcome is measured post treatment.

    Definition Classes
    HasPostTreatmentCol
  60. def setStepSize(value: Double): SyntheticDiffInDiffEstimator.this.type
    Definition Classes
    SyntheticEstimatorParams
  61. def setTimeCol(value: String): SyntheticDiffInDiffEstimator.this.type
    Definition Classes
    HasTimeCol
  62. def setTol(value: Double): SyntheticDiffInDiffEstimator.this.type
    Definition Classes
    SyntheticEstimatorParams
  63. def setTreatmentCol(value: String): SyntheticDiffInDiffEstimator.this.type

    Set name of the column which will be used as treatment

    Set name of the column which will be used as treatment

    Definition Classes
    HasTreatmentCol
  64. def setUnitCol(value: String): SyntheticDiffInDiffEstimator.this.type
    Definition Classes
    HasUnitCol
  65. def setZeta(value: Double): SyntheticDiffInDiffEstimator.this.type
  66. val stepSize: DoubleParam
    Definition Classes
    HasStepSize
  67. final val timeCol: Param[String]
    Definition Classes
    HasTimeCol
  68. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  69. final val tol: DoubleParam
    Definition Classes
    HasTol
  70. def transformSchema(schema: StructType): StructType
    Definition Classes
    BaseDiffInDiffEstimator → PipelineStage
  71. val treatmentCol: Param[String]
    Definition Classes
    HasTreatmentCol
  72. val uid: String
    Definition Classes
    SyntheticDiffInDiffEstimatorSynapseMLLoggingBaseDiffInDiffEstimator → Identifiable
  73. final val unitCol: Param[String]
    Definition Classes
    HasUnitCol
  74. implicit val vectorEntryEncoder: Encoder[VectorEntry]
    Definition Classes
    SyntheticEstimator
  75. implicit val vectorOps: DVectorOps.type
    Definition Classes
    SyntheticEstimator
  76. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable
  77. final val zeta: DoubleParam