|
Synapseml
0.10.0
|
VowpalWabbitContextualBanditModel implements VowpalWabbitContextualBanditModel More...


Public Member Functions | |
| VowpalWabbitContextualBanditModel () | |
| Creates a VowpalWabbitContextualBanditModel without any parameters. More... | |
| VowpalWabbitContextualBanditModel (string uid) | |
| Creates a VowpalWabbitContextualBanditModel with a UID that is used to give the VowpalWabbitContextualBanditModel a unique ID. More... | |
| VowpalWabbitContextualBanditModel | SetAdditionalFeatures (string[] value) |
| Sets value for additionalFeatures More... | |
| VowpalWabbitContextualBanditModel | SetAdditionalSharedFeatures (string[] value) |
| Sets value for additionalSharedFeatures More... | |
| VowpalWabbitContextualBanditModel | SetFeaturesCol (string value) |
| Sets value for featuresCol More... | |
| VowpalWabbitContextualBanditModel | SetHashSeed (int value) |
| Sets value for hashSeed More... | |
| VowpalWabbitContextualBanditModel | SetIgnoreNamespaces (string value) |
| Sets value for ignoreNamespaces More... | |
| VowpalWabbitContextualBanditModel | SetInitialModel (object value) |
| Sets value for initialModel More... | |
| VowpalWabbitContextualBanditModel | SetInteractions (string[] value) |
| Sets value for interactions More... | |
| VowpalWabbitContextualBanditModel | SetL1 (double value) |
| Sets value for l1 More... | |
| VowpalWabbitContextualBanditModel | SetL2 (double value) |
| Sets value for l2 More... | |
| VowpalWabbitContextualBanditModel | SetLabelCol (string value) |
| Sets value for labelCol More... | |
| VowpalWabbitContextualBanditModel | SetLearningRate (double value) |
| Sets value for learningRate More... | |
| VowpalWabbitContextualBanditModel | SetModel (object value) |
| Sets value for model More... | |
| VowpalWabbitContextualBanditModel | SetNumBits (int value) |
| Sets value for numBits More... | |
| VowpalWabbitContextualBanditModel | SetNumPasses (int value) |
| Sets value for numPasses More... | |
| VowpalWabbitContextualBanditModel | SetPassThroughArgs (string value) |
| Sets value for passThroughArgs More... | |
| VowpalWabbitContextualBanditModel | SetPerformanceStatistics (DataFrame value) |
| Sets value for performanceStatistics More... | |
| VowpalWabbitContextualBanditModel | SetPowerT (double value) |
| Sets value for powerT More... | |
| VowpalWabbitContextualBanditModel | SetPredictionCol (string value) |
| Sets value for predictionCol More... | |
| VowpalWabbitContextualBanditModel | SetRawPredictionCol (string value) |
| Sets value for rawPredictionCol More... | |
| VowpalWabbitContextualBanditModel | SetSharedCol (string value) |
| Sets value for sharedCol More... | |
| VowpalWabbitContextualBanditModel | SetTestArgs (string value) |
| Sets value for testArgs More... | |
| VowpalWabbitContextualBanditModel | SetUseBarrierExecutionMode (bool value) |
| Sets value for useBarrierExecutionMode More... | |
| VowpalWabbitContextualBanditModel | SetWeightCol (string value) |
| Sets value for weightCol More... | |
| string [] | GetAdditionalFeatures () |
| Gets additionalFeatures value More... | |
| string [] | GetAdditionalSharedFeatures () |
| Gets additionalSharedFeatures value More... | |
| string | GetFeaturesCol () |
| Gets featuresCol value More... | |
| int | GetHashSeed () |
| Gets hashSeed value More... | |
| string | GetIgnoreNamespaces () |
| Gets ignoreNamespaces value More... | |
| object | GetInitialModel () |
| Gets initialModel value More... | |
| string [] | GetInteractions () |
| Gets interactions value More... | |
| double | GetL1 () |
| Gets l1 value More... | |
| double | GetL2 () |
| Gets l2 value More... | |
| string | GetLabelCol () |
| Gets labelCol value More... | |
| double | GetLearningRate () |
| Gets learningRate value More... | |
| object | GetModel () |
| Gets model value More... | |
| int | GetNumBits () |
| Gets numBits value More... | |
| int | GetNumPasses () |
| Gets numPasses value More... | |
| string | GetPassThroughArgs () |
| Gets passThroughArgs value More... | |
| DataFrame | GetPerformanceStatistics () |
| Gets performanceStatistics value More... | |
| double | GetPowerT () |
| Gets powerT value More... | |
| string | GetPredictionCol () |
| Gets predictionCol value More... | |
| string | GetRawPredictionCol () |
| Gets rawPredictionCol value More... | |
| string | GetSharedCol () |
| Gets sharedCol value More... | |
| string | GetTestArgs () |
| Gets testArgs value More... | |
| bool | GetUseBarrierExecutionMode () |
| Gets useBarrierExecutionMode 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< VowpalWabbitContextualBanditModel > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
| static VowpalWabbitContextualBanditModel | Load (string path) |
| Loads the VowpalWabbitContextualBanditModel that was previously saved using Save(string). More... | |
|
inline |
Creates a VowpalWabbitContextualBanditModel without any parameters.
|
inline |
Creates a VowpalWabbitContextualBanditModel with a UID that is used to give the VowpalWabbitContextualBanditModel a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| string [] Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetAdditionalFeatures | ( | ) |
Gets additionalFeatures value
| string [] Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetAdditionalSharedFeatures | ( | ) |
Gets additionalSharedFeatures value
| string Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetFeaturesCol | ( | ) |
Gets featuresCol value
| int Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetHashSeed | ( | ) |
Gets hashSeed value
| string Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetIgnoreNamespaces | ( | ) |
Gets ignoreNamespaces value
| object Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetInitialModel | ( | ) |
Gets initialModel value
| string [] Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetInteractions | ( | ) |
Gets interactions value
| double Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetL1 | ( | ) |
Gets l1 value
| double Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetL2 | ( | ) |
Gets l2 value
| string Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetLabelCol | ( | ) |
Gets labelCol value
| double Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetLearningRate | ( | ) |
Gets learningRate value
| object Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetModel | ( | ) |
Gets model value
| int Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetNumBits | ( | ) |
Gets numBits value
| int Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetNumPasses | ( | ) |
Gets numPasses value
| string Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetPassThroughArgs | ( | ) |
Gets passThroughArgs value
| DataFrame Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetPerformanceStatistics | ( | ) |
Gets performanceStatistics value
| double Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetPowerT | ( | ) |
Gets powerT value
| string Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetPredictionCol | ( | ) |
Gets predictionCol value
| string Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetRawPredictionCol | ( | ) |
Gets rawPredictionCol value
| string Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetSharedCol | ( | ) |
Gets sharedCol value
| string Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetTestArgs | ( | ) |
Gets testArgs value
| bool Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetUseBarrierExecutionMode | ( | ) |
Gets useBarrierExecutionMode value
| string Synapse.ML.Vw.VowpalWabbitContextualBanditModel.GetWeightCol | ( | ) |
Gets weightCol value
|
static |
Loads the VowpalWabbitContextualBanditModel that was previously saved using Save(string).
| path | The path the previous VowpalWabbitContextualBanditModel was saved to |
| JavaMLReader<VowpalWabbitContextualBanditModel> Synapse.ML.Vw.VowpalWabbitContextualBanditModel.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Vw.VowpalWabbitContextualBanditModel.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 |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetAdditionalFeatures | ( | string [] | value | ) |
Sets value for additionalFeatures
| value | Additional feature columns |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetAdditionalSharedFeatures | ( | string [] | value | ) |
Sets value for additionalSharedFeatures
| value | Additional namespaces for the shared example |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetFeaturesCol | ( | string | value | ) |
Sets value for featuresCol
| value | features column name |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetHashSeed | ( | int | value | ) |
Sets value for hashSeed
| value | Seed used for hashing |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetIgnoreNamespaces | ( | string | value | ) |
Sets value for ignoreNamespaces
| value | Namespaces to be ignored (first letter only) |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetInitialModel | ( | object | value | ) |
Sets value for initialModel
| value | Initial model to start from |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetInteractions | ( | string [] | value | ) |
Sets value for interactions
| value | Interaction terms as specified by -q |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetL1 | ( | double | value | ) |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetL2 | ( | double | value | ) |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetLabelCol | ( | string | value | ) |
Sets value for labelCol
| value | label column name |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetLearningRate | ( | double | value | ) |
Sets value for learningRate
| value | Learning rate |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetModel | ( | object | value | ) |
Sets value for model
| value | The VW model.... |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetNumBits | ( | int | value | ) |
Sets value for numBits
| value | Number of bits used |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetNumPasses | ( | int | value | ) |
Sets value for numPasses
| value | Number of passes over the data |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetPassThroughArgs | ( | string | value | ) |
Sets value for passThroughArgs
| value | VW command line arguments passed |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetPerformanceStatistics | ( | DataFrame | value | ) |
Sets value for performanceStatistics
| value | Performance statistics collected during training |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetPowerT | ( | double | value | ) |
Sets value for powerT
| value | t power value |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetPredictionCol | ( | string | value | ) |
Sets value for predictionCol
| value | prediction column name |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetRawPredictionCol | ( | string | value | ) |
Sets value for rawPredictionCol
| value | raw prediction (a.k.a. confidence) column name |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetSharedCol | ( | string | value | ) |
Sets value for sharedCol
| value | Column name of shared features |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetTestArgs | ( | string | value | ) |
Sets value for testArgs
| value | Additional arguments passed to VW at test time |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetUseBarrierExecutionMode | ( | bool | value | ) |
Sets value for useBarrierExecutionMode
| value | Use barrier execution mode, on by default. |
| VowpalWabbitContextualBanditModel Synapse.ML.Vw.VowpalWabbitContextualBanditModel.SetWeightCol | ( | string | value | ) |
Sets value for weightCol
| value | The name of the weight column |
1.8.13