trait DiffInDiffEstimatorParams extends Params with HasTreatmentCol with HasOutcomeCol with HasPostTreatmentCol
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiffInDiffEstimatorParams
- HasPostTreatmentCol
- HasOutcomeCol
- HasTreatmentCol
- Params
- Serializable
- Serializable
- Identifiable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
clear(param: Param[_]): DiffInDiffEstimatorParams.this.type
- Definition Classes
- Params
-
def
explainParam(param: Param[_]): String
- Definition Classes
- Params
-
def
explainParams(): String
- Definition Classes
- Params
-
final
def
extractParamMap(): ParamMap
- Definition Classes
- Params
-
final
def
extractParamMap(extra: ParamMap): ParamMap
- Definition Classes
- Params
-
final
def
get[T](param: Param[T]): Option[T]
- Definition Classes
- Params
-
final
def
getDefault[T](param: Param[T]): Option[T]
- Definition Classes
- Params
-
final
def
getOrDefault[T](param: Param[T]): T
- Definition Classes
- Params
-
def
getOutcomeCol: String
- Definition Classes
- HasOutcomeCol
-
def
getParam(paramName: String): Param[Any]
- Definition Classes
- Params
-
def
getPostTreatmentCol: String
- Definition Classes
- HasPostTreatmentCol
-
def
getTreatmentCol: String
- Definition Classes
- HasTreatmentCol
-
final
def
hasDefault[T](param: Param[T]): Boolean
- Definition Classes
- Params
-
def
hasParam(paramName: String): Boolean
- Definition Classes
- Params
-
final
def
isDefined(param: Param[_]): Boolean
- Definition Classes
- Params
-
final
def
isSet(param: Param[_]): Boolean
- Definition Classes
- Params
-
val
outcomeCol: Param[String]
- Definition Classes
- HasOutcomeCol
-
lazy val
params: Array[Param[_]]
- Definition Classes
- Params
-
final
val
postTreatmentCol: Param[String]
- Definition Classes
- HasPostTreatmentCol
-
final
def
set[T](param: Param[T], value: T): DiffInDiffEstimatorParams.this.type
- Definition Classes
- Params
-
def
setOutcomeCol(value: String): DiffInDiffEstimatorParams.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
-
def
setPostTreatmentCol(value: String): DiffInDiffEstimatorParams.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
-
def
setTreatmentCol(value: String): DiffInDiffEstimatorParams.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
-
def
toString(): String
- Definition Classes
- Identifiable → AnyRef → Any
-
val
treatmentCol: Param[String]
- Definition Classes
- HasTreatmentCol