Synapseml
1.0.2
|
VowpalWabbitRegressionModel implements VowpalWabbitRegressionModel More...
Public Member Functions | |
VowpalWabbitRegressionModel () | |
Creates a VowpalWabbitRegressionModel without any parameters. More... | |
VowpalWabbitRegressionModel (string uid) | |
Creates a VowpalWabbitRegressionModel with a UID that is used to give the VowpalWabbitRegressionModel a unique ID. More... | |
VowpalWabbitRegressionModel | SetAdditionalFeatures (string[] value) |
Sets value for additionalFeatures More... | |
VowpalWabbitRegressionModel | SetFeaturesCol (string value) |
Sets value for featuresCol More... | |
VowpalWabbitRegressionModel | SetLabelCol (string value) |
Sets value for labelCol More... | |
VowpalWabbitRegressionModel | SetModel (object value) |
Sets value for model More... | |
VowpalWabbitRegressionModel | SetOneStepAheadPredictions (DataFrame value) |
Sets value for oneStepAheadPredictions More... | |
VowpalWabbitRegressionModel | SetPerformanceStatistics (DataFrame value) |
Sets value for performanceStatistics More... | |
VowpalWabbitRegressionModel | SetPredictionCol (string value) |
Sets value for predictionCol More... | |
VowpalWabbitRegressionModel | SetRawPredictionCol (string value) |
Sets value for rawPredictionCol More... | |
VowpalWabbitRegressionModel | SetTestArgs (string value) |
Sets value for testArgs More... | |
string[] | GetAdditionalFeatures () |
Gets additionalFeatures value More... | |
string | GetFeaturesCol () |
Gets featuresCol value More... | |
string | GetLabelCol () |
Gets labelCol value More... | |
object | GetModel () |
Gets model value More... | |
DataFrame | GetOneStepAheadPredictions () |
Gets oneStepAheadPredictions value More... | |
DataFrame | GetPerformanceStatistics () |
Gets performanceStatistics value More... | |
string | GetPredictionCol () |
Gets predictionCol value More... | |
string | GetRawPredictionCol () |
Gets rawPredictionCol value More... | |
string | GetTestArgs () |
Gets testArgs 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< VowpalWabbitRegressionModel > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
static VowpalWabbitRegressionModel | Load (string path) |
Loads the VowpalWabbitRegressionModel that was previously saved using Save(string). More... | |
|
inline |
Creates a VowpalWabbitRegressionModel without any parameters.
|
inline |
Creates a VowpalWabbitRegressionModel with a UID that is used to give the VowpalWabbitRegressionModel a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
string [] Synapse.ML.Vw.VowpalWabbitRegressionModel.GetAdditionalFeatures | ( | ) |
Gets additionalFeatures value
string Synapse.ML.Vw.VowpalWabbitRegressionModel.GetFeaturesCol | ( | ) |
Gets featuresCol value
string Synapse.ML.Vw.VowpalWabbitRegressionModel.GetLabelCol | ( | ) |
Gets labelCol value
object Synapse.ML.Vw.VowpalWabbitRegressionModel.GetModel | ( | ) |
Gets model value
DataFrame Synapse.ML.Vw.VowpalWabbitRegressionModel.GetOneStepAheadPredictions | ( | ) |
Gets oneStepAheadPredictions value
DataFrame Synapse.ML.Vw.VowpalWabbitRegressionModel.GetPerformanceStatistics | ( | ) |
Gets performanceStatistics value
string Synapse.ML.Vw.VowpalWabbitRegressionModel.GetPredictionCol | ( | ) |
Gets predictionCol value
string Synapse.ML.Vw.VowpalWabbitRegressionModel.GetRawPredictionCol | ( | ) |
Gets rawPredictionCol value
string Synapse.ML.Vw.VowpalWabbitRegressionModel.GetTestArgs | ( | ) |
Gets testArgs value
|
static |
Loads the VowpalWabbitRegressionModel that was previously saved using Save(string).
path | The path the previous VowpalWabbitRegressionModel was saved to |
JavaMLReader<VowpalWabbitRegressionModel> Synapse.ML.Vw.VowpalWabbitRegressionModel.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Vw.VowpalWabbitRegressionModel.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 |
VowpalWabbitRegressionModel Synapse.ML.Vw.VowpalWabbitRegressionModel.SetAdditionalFeatures | ( | string[] | value | ) |
Sets value for additionalFeatures
value | Additional feature columns |
VowpalWabbitRegressionModel Synapse.ML.Vw.VowpalWabbitRegressionModel.SetFeaturesCol | ( | string | value | ) |
Sets value for featuresCol
value | features column name |
VowpalWabbitRegressionModel Synapse.ML.Vw.VowpalWabbitRegressionModel.SetLabelCol | ( | string | value | ) |
Sets value for labelCol
value | label column name |
VowpalWabbitRegressionModel Synapse.ML.Vw.VowpalWabbitRegressionModel.SetModel | ( | object | value | ) |
VowpalWabbitRegressionModel Synapse.ML.Vw.VowpalWabbitRegressionModel.SetOneStepAheadPredictions | ( | DataFrame | value | ) |
Sets value for oneStepAheadPredictions
value | 1-step ahead predictions collected during training |
VowpalWabbitRegressionModel Synapse.ML.Vw.VowpalWabbitRegressionModel.SetPerformanceStatistics | ( | DataFrame | value | ) |
Sets value for performanceStatistics
value | Performance statistics collected during training |
VowpalWabbitRegressionModel Synapse.ML.Vw.VowpalWabbitRegressionModel.SetPredictionCol | ( | string | value | ) |
Sets value for predictionCol
value | prediction column name |
VowpalWabbitRegressionModel Synapse.ML.Vw.VowpalWabbitRegressionModel.SetRawPredictionCol | ( | string | value | ) |
Sets value for rawPredictionCol
value | raw prediction (a.k.a. confidence) column name |
VowpalWabbitRegressionModel Synapse.ML.Vw.VowpalWabbitRegressionModel.SetTestArgs | ( | string | value | ) |
Sets value for testArgs
value | Additional arguments passed to VW at test time |