DiffInDiffModel implements DiffInDiffModel
More...
◆ DiffInDiffModel() [1/2]
Synapse.ML.Causal.DiffInDiffModel.DiffInDiffModel |
( |
| ) |
|
|
inline |
◆ DiffInDiffModel() [2/2]
Synapse.ML.Causal.DiffInDiffModel.DiffInDiffModel |
( |
string |
uid | ) |
|
|
inline |
Creates a DiffInDiffModel with a UID that is used to give the DiffInDiffModel a unique ID.
- Parameters
-
uid | An immutable unique ID for the object and its derivatives. |
◆ GetTimeCol()
string Synapse.ML.Causal.DiffInDiffModel.GetTimeCol |
( |
| ) |
|
Gets timeCol value
- Returns
- timeCol: Specify the column that identifies the time when outcome is measured in the panel data. For example, if the outcome is measured daily, this column could be the Date column.
◆ GetTimeIndex()
DataFrame Synapse.ML.Causal.DiffInDiffModel.GetTimeIndex |
( |
| ) |
|
Gets timeIndex value
- Returns
- timeIndex: time index
◆ GetTimeIndexCol()
string Synapse.ML.Causal.DiffInDiffModel.GetTimeIndexCol |
( |
| ) |
|
Gets timeIndexCol value
- Returns
- timeIndexCol: time index column
◆ GetUnitCol()
string Synapse.ML.Causal.DiffInDiffModel.GetUnitCol |
( |
| ) |
|
Gets unitCol value
- Returns
- unitCol: Specify the name of the column which contains an identifier for each observed unit in the panel data. For example, if the observed units are users, this column could be the UserId column.
◆ GetUnitIndex()
DataFrame Synapse.ML.Causal.DiffInDiffModel.GetUnitIndex |
( |
| ) |
|
Gets unitIndex value
- Returns
- unitIndex: unit index
◆ GetUnitIndexCol()
string Synapse.ML.Causal.DiffInDiffModel.GetUnitIndexCol |
( |
| ) |
|
Gets unitIndexCol value
- Returns
- unitIndexCol: unit index column
◆ Load()
static DiffInDiffModel Synapse.ML.Causal.DiffInDiffModel.Load |
( |
string |
path | ) |
|
|
static |
◆ Read()
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<DiffInDiffModel> instance for this ML instance.
◆ Save()
void Synapse.ML.Causal.DiffInDiffModel.Save |
( |
string |
path | ) |
|
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.
- Parameters
-
path | The path to save the object to |
◆ SetTimeCol()
DiffInDiffModel Synapse.ML.Causal.DiffInDiffModel.SetTimeCol |
( |
string |
value | ) |
|
Sets value for timeCol
- Parameters
-
value | Specify the column that identifies the time when outcome is measured in the panel data. For example, if the outcome is measured daily, this column could be the Date column. |
- Returns
- New DiffInDiffModel object
◆ SetTimeIndex()
DiffInDiffModel Synapse.ML.Causal.DiffInDiffModel.SetTimeIndex |
( |
DataFrame |
value | ) |
|
◆ SetTimeIndexCol()
DiffInDiffModel Synapse.ML.Causal.DiffInDiffModel.SetTimeIndexCol |
( |
string |
value | ) |
|
◆ SetUnitCol()
DiffInDiffModel Synapse.ML.Causal.DiffInDiffModel.SetUnitCol |
( |
string |
value | ) |
|
Sets value for unitCol
- Parameters
-
value | Specify the name of the column which contains an identifier for each observed unit in the panel data. For example, if the observed units are users, this column could be the UserId column. |
- Returns
- New DiffInDiffModel object
◆ SetUnitIndex()
DiffInDiffModel Synapse.ML.Causal.DiffInDiffModel.SetUnitIndex |
( |
DataFrame |
value | ) |
|
◆ SetUnitIndexCol()
DiffInDiffModel Synapse.ML.Causal.DiffInDiffModel.SetUnitIndexCol |
( |
string |
value | ) |
|
The documentation for this class was generated from the following file:
- synapse/ml/causal/DiffInDiffModel.cs