|
Synapseml
1.0.4
|
VowpalWabbitGenericProgressive implements VowpalWabbitGenericProgressive More...


Public Member Functions | |
| VowpalWabbitGenericProgressive () | |
| Creates a VowpalWabbitGenericProgressive without any parameters. More... | |
| VowpalWabbitGenericProgressive (string uid) | |
| Creates a VowpalWabbitGenericProgressive with a UID that is used to give the VowpalWabbitGenericProgressive a unique ID. More... | |
| VowpalWabbitGenericProgressive | SetHashSeed (int value) |
| Sets value for hashSeed More... | |
| VowpalWabbitGenericProgressive | SetIgnoreNamespaces (string value) |
| Sets value for ignoreNamespaces More... | |
| VowpalWabbitGenericProgressive | SetInitialModel (object value) |
| Sets value for initialModel More... | |
| VowpalWabbitGenericProgressive | SetInputCol (string value) |
| Sets value for inputCol More... | |
| VowpalWabbitGenericProgressive | SetInteractions (string[] value) |
| Sets value for interactions More... | |
| VowpalWabbitGenericProgressive | SetL1 (double value) |
| Sets value for l1 More... | |
| VowpalWabbitGenericProgressive | SetL2 (double value) |
| Sets value for l2 More... | |
| VowpalWabbitGenericProgressive | SetLearningRate (double value) |
| Sets value for learningRate More... | |
| VowpalWabbitGenericProgressive | SetNumBits (int value) |
| Sets value for numBits More... | |
| VowpalWabbitGenericProgressive | SetNumPasses (int value) |
| Sets value for numPasses More... | |
| VowpalWabbitGenericProgressive | SetNumSyncsPerPass (int value) |
| Sets value for numSyncsPerPass More... | |
| VowpalWabbitGenericProgressive | SetPassThroughArgs (string value) |
| Sets value for passThroughArgs More... | |
| VowpalWabbitGenericProgressive | SetPowerT (double value) |
| Sets value for powerT More... | |
| VowpalWabbitGenericProgressive | SetUseBarrierExecutionMode (bool value) |
| Sets value for useBarrierExecutionMode More... | |
| int | GetHashSeed () |
| Gets hashSeed value More... | |
| string | GetIgnoreNamespaces () |
| Gets ignoreNamespaces value More... | |
| object | GetInitialModel () |
| Gets initialModel value More... | |
| string | GetInputCol () |
| Gets inputCol value More... | |
| string[] | GetInteractions () |
| Gets interactions value More... | |
| double | GetL1 () |
| Gets l1 value More... | |
| double | GetL2 () |
| Gets l2 value More... | |
| double | GetLearningRate () |
| Gets learningRate value More... | |
| int | GetNumBits () |
| Gets numBits value More... | |
| int | GetNumPasses () |
| Gets numPasses value More... | |
| int | GetNumSyncsPerPass () |
| Gets numSyncsPerPass value More... | |
| string | GetPassThroughArgs () |
| Gets passThroughArgs value More... | |
| double | GetPowerT () |
| Gets powerT value More... | |
| bool | GetUseBarrierExecutionMode () |
| Gets useBarrierExecutionMode 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< VowpalWabbitGenericProgressive > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
| static VowpalWabbitGenericProgressive | Load (string path) |
| Loads the VowpalWabbitGenericProgressive that was previously saved using Save(string). More... | |
|
inline |
Creates a VowpalWabbitGenericProgressive without any parameters.
|
inline |
Creates a VowpalWabbitGenericProgressive with a UID that is used to give the VowpalWabbitGenericProgressive a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| int Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetHashSeed | ( | ) |
Gets hashSeed value
| string Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetIgnoreNamespaces | ( | ) |
Gets ignoreNamespaces value
| object Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetInitialModel | ( | ) |
Gets initialModel value
| string Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetInputCol | ( | ) |
Gets inputCol value
| string [] Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetInteractions | ( | ) |
Gets interactions value
| double Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetL1 | ( | ) |
Gets l1 value
| double Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetL2 | ( | ) |
Gets l2 value
| double Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetLearningRate | ( | ) |
Gets learningRate value
| int Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetNumBits | ( | ) |
Gets numBits value
| int Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetNumPasses | ( | ) |
Gets numPasses value
| int Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetNumSyncsPerPass | ( | ) |
Gets numSyncsPerPass value
| string Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetPassThroughArgs | ( | ) |
Gets passThroughArgs value
| double Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetPowerT | ( | ) |
Gets powerT value
| bool Synapse.ML.Vw.VowpalWabbitGenericProgressive.GetUseBarrierExecutionMode | ( | ) |
Gets useBarrierExecutionMode value
|
static |
Loads the VowpalWabbitGenericProgressive that was previously saved using Save(string).
| path | The path the previous VowpalWabbitGenericProgressive was saved to |
| JavaMLReader<VowpalWabbitGenericProgressive> Synapse.ML.Vw.VowpalWabbitGenericProgressive.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Vw.VowpalWabbitGenericProgressive.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 |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetHashSeed | ( | int | value | ) |
Sets value for hashSeed
| value | Seed used for hashing |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetIgnoreNamespaces | ( | string | value | ) |
Sets value for ignoreNamespaces
| value | Namespaces to be ignored (first letter only) |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetInitialModel | ( | object | value | ) |
Sets value for initialModel
| value | Initial model to start from |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetInputCol | ( | string | value | ) |
Sets value for inputCol
| value | The name of the input column |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetInteractions | ( | string[] | value | ) |
Sets value for interactions
| value | Interaction terms as specified by -q |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetL1 | ( | double | value | ) |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetL2 | ( | double | value | ) |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetLearningRate | ( | double | value | ) |
Sets value for learningRate
| value | Learning rate |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetNumBits | ( | int | value | ) |
Sets value for numBits
| value | Number of bits used |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetNumPasses | ( | int | value | ) |
Sets value for numPasses
| value | Number of passes over the data |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetNumSyncsPerPass | ( | int | value | ) |
Sets value for numSyncsPerPass
| value | Number of times weights should be synchronized within each pass. 0 disables inter-pass synchronization. |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetPassThroughArgs | ( | string | value | ) |
Sets value for passThroughArgs
| value | VW command line arguments passed |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetPowerT | ( | double | value | ) |
Sets value for powerT
| value | t power value |
| VowpalWabbitGenericProgressive Synapse.ML.Vw.VowpalWabbitGenericProgressive.SetUseBarrierExecutionMode | ( | bool | value | ) |
Sets value for useBarrierExecutionMode
| value | Use barrier execution mode, on by default. |
1.8.17