TrainedRegressorModel implements TrainedRegressorModel
More...
◆ TrainedRegressorModel() [1/2]
Synapse.ML.Train.TrainedRegressorModel.TrainedRegressorModel |
( |
| ) |
|
|
inline |
◆ TrainedRegressorModel() [2/2]
Synapse.ML.Train.TrainedRegressorModel.TrainedRegressorModel |
( |
string |
uid | ) |
|
|
inline |
◆ GetFeaturesCol()
string Synapse.ML.Train.TrainedRegressorModel.GetFeaturesCol |
( |
| ) |
|
Gets featuresCol value
- Returns
- featuresCol: The name of the features column
◆ GetLabelCol()
string Synapse.ML.Train.TrainedRegressorModel.GetLabelCol |
( |
| ) |
|
Gets labelCol value
- Returns
- labelCol: The name of the label column
◆ GetModel()
JavaTransformer Synapse.ML.Train.TrainedRegressorModel.GetModel |
( |
| ) |
|
|
inline |
Gets model value
- Returns
- model: model produced by training
◆ Load()
◆ Read()
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<TrainedRegressorModel> instance for this ML instance.
◆ Save()
void Synapse.ML.Train.TrainedRegressorModel.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 |
◆ SetFeaturesCol()
Sets value for featuresCol
- Parameters
-
value | The name of the features column |
- Returns
- New TrainedRegressorModel object
◆ SetLabelCol()
Sets value for labelCol
- Parameters
-
value | The name of the label column |
- Returns
- New TrainedRegressorModel object
◆ SetModel()
The documentation for this class was generated from the following file:
- synapse/ml/train/TrainedRegressorModel.cs