Synapseml
1.0.2
|
OrthoForestVariableTransformer implements OrthoForestVariableTransformer More...
Public Member Functions | |
OrthoForestVariableTransformer () | |
Creates a OrthoForestVariableTransformer without any parameters. More... | |
OrthoForestVariableTransformer (string uid) | |
Creates a OrthoForestVariableTransformer with a UID that is used to give the OrthoForestVariableTransformer a unique ID. More... | |
OrthoForestVariableTransformer | SetOutcomeResidualCol (string value) |
Sets value for outcomeResidualCol More... | |
OrthoForestVariableTransformer | SetOutputCol (string value) |
Sets value for outputCol More... | |
OrthoForestVariableTransformer | SetTreatmentResidualCol (string value) |
Sets value for treatmentResidualCol More... | |
OrthoForestVariableTransformer | SetWeightsCol (string value) |
Sets value for weightsCol More... | |
string | GetOutcomeResidualCol () |
Gets outcomeResidualCol value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string | GetTreatmentResidualCol () |
Gets treatmentResidualCol value More... | |
string | GetWeightsCol () |
Gets weightsCol value More... | |
void | 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. More... | |
JavaMLWriter | Write () |
| |
JavaMLReader< OrthoForestVariableTransformer > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
static OrthoForestVariableTransformer | Load (string path) |
Loads the OrthoForestVariableTransformer that was previously saved using Save(string). More... | |
|
inline |
Creates a OrthoForestVariableTransformer without any parameters.
|
inline |
Creates a OrthoForestVariableTransformer with a UID that is used to give the OrthoForestVariableTransformer a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
string Synapse.ML.Causal.OrthoForestVariableTransformer.GetOutcomeResidualCol | ( | ) |
Gets outcomeResidualCol value
string Synapse.ML.Causal.OrthoForestVariableTransformer.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Causal.OrthoForestVariableTransformer.GetTreatmentResidualCol | ( | ) |
Gets treatmentResidualCol value
string Synapse.ML.Causal.OrthoForestVariableTransformer.GetWeightsCol | ( | ) |
Gets weightsCol value
|
static |
Loads the OrthoForestVariableTransformer that was previously saved using Save(string).
path | The path the previous OrthoForestVariableTransformer was saved to |
JavaMLReader<OrthoForestVariableTransformer> Synapse.ML.Causal.OrthoForestVariableTransformer.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Causal.OrthoForestVariableTransformer.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.
path | The path to save the object to |
OrthoForestVariableTransformer Synapse.ML.Causal.OrthoForestVariableTransformer.SetOutcomeResidualCol | ( | string | value | ) |
Sets value for outcomeResidualCol
value | Outcome Residual Col |
OrthoForestVariableTransformer Synapse.ML.Causal.OrthoForestVariableTransformer.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
OrthoForestVariableTransformer Synapse.ML.Causal.OrthoForestVariableTransformer.SetTreatmentResidualCol | ( | string | value | ) |
Sets value for treatmentResidualCol
value | Treatment Residual Col |
OrthoForestVariableTransformer Synapse.ML.Causal.OrthoForestVariableTransformer.SetWeightsCol | ( | string | value | ) |
Sets value for weightsCol
value | Weights Col |