Synapseml
1.0.2
|
OrthoForestDMLEstimator implements OrthoForestDMLEstimator More...
Public Member Functions | |
OrthoForestDMLEstimator () | |
Creates a OrthoForestDMLEstimator without any parameters. More... | |
OrthoForestDMLEstimator (string uid) | |
Creates a OrthoForestDMLEstimator with a UID that is used to give the OrthoForestDMLEstimator a unique ID. More... | |
OrthoForestDMLEstimator | SetConfidenceLevel (double value) |
Sets value for confidenceLevel More... | |
OrthoForestDMLEstimator | SetConfounderVecCol (string value) |
Sets value for confounderVecCol More... | |
OrthoForestDMLEstimator | SetFeaturesCol (string value) |
Sets value for featuresCol More... | |
OrthoForestDMLEstimator | SetHeterogeneityVecCol (string value) |
Sets value for heterogeneityVecCol More... | |
OrthoForestDMLEstimator | SetMaxDepth (int value) |
Sets value for maxDepth More... | |
OrthoForestDMLEstimator | SetMaxIter (int value) |
Sets value for maxIter More... | |
OrthoForestDMLEstimator | SetMinSamplesLeaf (int value) |
Sets value for minSamplesLeaf More... | |
OrthoForestDMLEstimator | SetNumTrees (int value) |
Sets value for numTrees More... | |
OrthoForestDMLEstimator | SetOutcomeCol (string value) |
Sets value for outcomeCol More... | |
OrthoForestDMLEstimator | SetOutcomeModel< M > (JavaEstimator< M > value) |
Sets value for outcomeModel More... | |
OrthoForestDMLEstimator | SetOutcomeResidualCol (string value) |
Sets value for outcomeResidualCol More... | |
OrthoForestDMLEstimator | SetOutputCol (string value) |
Sets value for outputCol More... | |
OrthoForestDMLEstimator | SetOutputHighCol (string value) |
Sets value for outputHighCol More... | |
OrthoForestDMLEstimator | SetOutputLowCol (string value) |
Sets value for outputLowCol More... | |
OrthoForestDMLEstimator | SetParallelism (int value) |
Sets value for parallelism More... | |
OrthoForestDMLEstimator | SetSampleSplitRatio (double[] value) |
Sets value for sampleSplitRatio More... | |
OrthoForestDMLEstimator | SetTreatmentCol (string value) |
Sets value for treatmentCol More... | |
OrthoForestDMLEstimator | SetTreatmentModel< M > (JavaEstimator< M > value) |
Sets value for treatmentModel More... | |
OrthoForestDMLEstimator | SetTreatmentResidualCol (string value) |
Sets value for treatmentResidualCol More... | |
OrthoForestDMLEstimator | SetWeightCol (string value) |
Sets value for weightCol More... | |
double | GetConfidenceLevel () |
Gets confidenceLevel value More... | |
string | GetConfounderVecCol () |
Gets confounderVecCol value More... | |
string | GetFeaturesCol () |
Gets featuresCol value More... | |
string | GetHeterogeneityVecCol () |
Gets heterogeneityVecCol value More... | |
int | GetMaxDepth () |
Gets maxDepth value More... | |
int | GetMaxIter () |
Gets maxIter value More... | |
int | GetMinSamplesLeaf () |
Gets minSamplesLeaf value More... | |
int | GetNumTrees () |
Gets numTrees value More... | |
string | GetOutcomeCol () |
Gets outcomeCol value More... | |
IEstimator< object > | GetOutcomeModel () |
Gets outcomeModel value More... | |
string | GetOutcomeResidualCol () |
Gets outcomeResidualCol value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string | GetOutputHighCol () |
Gets outputHighCol value More... | |
string | GetOutputLowCol () |
Gets outputLowCol value More... | |
int | GetParallelism () |
Gets parallelism value More... | |
double[] | GetSampleSplitRatio () |
Gets sampleSplitRatio value More... | |
string | GetTreatmentCol () |
Gets treatmentCol value More... | |
IEstimator< object > | GetTreatmentModel () |
Gets treatmentModel value More... | |
string | GetTreatmentResidualCol () |
Gets treatmentResidualCol value More... | |
string | GetWeightCol () |
Gets weightCol value More... | |
override OrthoForestDMLModel | Fit (DataFrame dataset) |
Fits a model to the input data. 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< OrthoForestDMLEstimator > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
static OrthoForestDMLEstimator | Load (string path) |
Loads the OrthoForestDMLEstimator that was previously saved using Save(string). More... | |
OrthoForestDMLEstimator implements OrthoForestDMLEstimator
|
inline |
Creates a OrthoForestDMLEstimator without any parameters.
|
inline |
Creates a OrthoForestDMLEstimator with a UID that is used to give the OrthoForestDMLEstimator a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
override OrthoForestDMLModel Synapse.ML.Causal.OrthoForestDMLEstimator.Fit | ( | DataFrame | dataset | ) |
Fits a model to the input data.
dataset | The DataFrame to fit the model to. |
double Synapse.ML.Causal.OrthoForestDMLEstimator.GetConfidenceLevel | ( | ) |
Gets confidenceLevel value
string Synapse.ML.Causal.OrthoForestDMLEstimator.GetConfounderVecCol | ( | ) |
Gets confounderVecCol value
string Synapse.ML.Causal.OrthoForestDMLEstimator.GetFeaturesCol | ( | ) |
Gets featuresCol value
string Synapse.ML.Causal.OrthoForestDMLEstimator.GetHeterogeneityVecCol | ( | ) |
Gets heterogeneityVecCol value
int Synapse.ML.Causal.OrthoForestDMLEstimator.GetMaxDepth | ( | ) |
Gets maxDepth value
int Synapse.ML.Causal.OrthoForestDMLEstimator.GetMaxIter | ( | ) |
Gets maxIter value
int Synapse.ML.Causal.OrthoForestDMLEstimator.GetMinSamplesLeaf | ( | ) |
Gets minSamplesLeaf value
int Synapse.ML.Causal.OrthoForestDMLEstimator.GetNumTrees | ( | ) |
Gets numTrees value
string Synapse.ML.Causal.OrthoForestDMLEstimator.GetOutcomeCol | ( | ) |
Gets outcomeCol value
|
inline |
Gets outcomeModel value
string Synapse.ML.Causal.OrthoForestDMLEstimator.GetOutcomeResidualCol | ( | ) |
Gets outcomeResidualCol value
string Synapse.ML.Causal.OrthoForestDMLEstimator.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Causal.OrthoForestDMLEstimator.GetOutputHighCol | ( | ) |
Gets outputHighCol value
string Synapse.ML.Causal.OrthoForestDMLEstimator.GetOutputLowCol | ( | ) |
Gets outputLowCol value
int Synapse.ML.Causal.OrthoForestDMLEstimator.GetParallelism | ( | ) |
Gets parallelism value
double [] Synapse.ML.Causal.OrthoForestDMLEstimator.GetSampleSplitRatio | ( | ) |
Gets sampleSplitRatio value
string Synapse.ML.Causal.OrthoForestDMLEstimator.GetTreatmentCol | ( | ) |
Gets treatmentCol value
|
inline |
Gets treatmentModel value
string Synapse.ML.Causal.OrthoForestDMLEstimator.GetTreatmentResidualCol | ( | ) |
Gets treatmentResidualCol value
string Synapse.ML.Causal.OrthoForestDMLEstimator.GetWeightCol | ( | ) |
Gets weightCol value
|
static |
Loads the OrthoForestDMLEstimator that was previously saved using Save(string).
path | The path the previous OrthoForestDMLEstimator was saved to |
JavaMLReader<OrthoForestDMLEstimator> Synapse.ML.Causal.OrthoForestDMLEstimator.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Causal.OrthoForestDMLEstimator.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 |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetConfidenceLevel | ( | double | value | ) |
Sets value for confidenceLevel
value | confidence level, default value is 0.975 |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetConfounderVecCol | ( | string | value | ) |
Sets value for confounderVecCol
value | Confounders to control for |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetFeaturesCol | ( | string | value | ) |
Sets value for featuresCol
value | The name of the features column |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetHeterogeneityVecCol | ( | string | value | ) |
Sets value for heterogeneityVecCol
value | Vector to divide the treatment by |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetMaxDepth | ( | int | value | ) |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetMaxIter | ( | int | value | ) |
Sets value for maxIter
value | maximum number of iterations (>= 0) |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetMinSamplesLeaf | ( | int | value | ) |
Sets value for minSamplesLeaf
value | Max Depth of Tree |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetNumTrees | ( | int | value | ) |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetOutcomeCol | ( | string | value | ) |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetOutcomeModel< M > | ( | JavaEstimator< M > | value | ) |
Sets value for outcomeModel
value | outcome model to run |
M | : | JavaModel<M> | |
M | : | WrapAsOrthoForestDMLEstimator | |
M | : | Reference.Invoke | |
M | : | setOutcomeModel | |
M | : | object | |
M | : | value |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetOutcomeResidualCol | ( | string | value | ) |
Sets value for outcomeResidualCol
value | Outcome Residual Column |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetOutputHighCol | ( | string | value | ) |
Sets value for outputHighCol
value | Output Confidence Interval Low |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetOutputLowCol | ( | string | value | ) |
Sets value for outputLowCol
value | Output Confidence Interval Low |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetParallelism | ( | int | value | ) |
Sets value for parallelism
value | the number of threads to use when running parallel algorithms |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetSampleSplitRatio | ( | double[] | value | ) |
Sets value for sampleSplitRatio
value | Sample split ratio for cross-fitting. Default: [0.5, 0.5]. |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetTreatmentCol | ( | string | value | ) |
Sets value for treatmentCol
value | treatment column |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetTreatmentModel< M > | ( | JavaEstimator< M > | value | ) |
Sets value for treatmentModel
value | treatment model to run |
M | : | JavaModel<M> | |
M | : | WrapAsOrthoForestDMLEstimator | |
M | : | Reference.Invoke | |
M | : | setTreatmentModel | |
M | : | object | |
M | : | value |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetTreatmentResidualCol | ( | string | value | ) |
Sets value for treatmentResidualCol
value | Treatment Residual Column |
OrthoForestDMLEstimator Synapse.ML.Causal.OrthoForestDMLEstimator.SetWeightCol | ( | string | value | ) |
Sets value for weightCol
value | The name of the weight column |