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