Synapseml
1.0.2
|
VowpalWabbitGeneric implements VowpalWabbitGeneric More...
Public Member Functions | |
VowpalWabbitGeneric () | |
Creates a VowpalWabbitGeneric without any parameters. More... | |
VowpalWabbitGeneric (string uid) | |
Creates a VowpalWabbitGeneric with a UID that is used to give the VowpalWabbitGeneric a unique ID. More... | |
VowpalWabbitGeneric | SetHashSeed (int value) |
Sets value for hashSeed More... | |
VowpalWabbitGeneric | SetIgnoreNamespaces (string value) |
Sets value for ignoreNamespaces More... | |
VowpalWabbitGeneric | SetInitialModel (object value) |
Sets value for initialModel More... | |
VowpalWabbitGeneric | SetInputCol (string value) |
Sets value for inputCol More... | |
VowpalWabbitGeneric | SetInteractions (string[] value) |
Sets value for interactions More... | |
VowpalWabbitGeneric | SetL1 (double value) |
Sets value for l1 More... | |
VowpalWabbitGeneric | SetL2 (double value) |
Sets value for l2 More... | |
VowpalWabbitGeneric | SetLearningRate (double value) |
Sets value for learningRate More... | |
VowpalWabbitGeneric | SetNumBits (int value) |
Sets value for numBits More... | |
VowpalWabbitGeneric | SetNumPasses (int value) |
Sets value for numPasses More... | |
VowpalWabbitGeneric | SetNumSyncsPerPass (int value) |
Sets value for numSyncsPerPass More... | |
VowpalWabbitGeneric | SetPassThroughArgs (string value) |
Sets value for passThroughArgs More... | |
VowpalWabbitGeneric | SetPowerT (double value) |
Sets value for powerT More... | |
VowpalWabbitGeneric | SetPredictionIdCol (string value) |
Sets value for predictionIdCol More... | |
VowpalWabbitGeneric | SetSplitCol (string value) |
Sets value for splitCol More... | |
VowpalWabbitGeneric | SetSplitColValues (string[] value) |
Sets value for splitColValues More... | |
VowpalWabbitGeneric | 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... | |
string | GetPredictionIdCol () |
Gets predictionIdCol value More... | |
string | GetSplitCol () |
Gets splitCol value More... | |
string[] | GetSplitColValues () |
Gets splitColValues value More... | |
bool | GetUseBarrierExecutionMode () |
Gets useBarrierExecutionMode value More... | |
override VowpalWabbitGenericModel | Fit (DataFrame dataset) |
Fits a model to the input data. 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< VowpalWabbitGeneric > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
static VowpalWabbitGeneric | Load (string path) |
Loads the VowpalWabbitGeneric that was previously saved using Save(string). More... | |
VowpalWabbitGeneric implements VowpalWabbitGeneric
|
inline |
Creates a VowpalWabbitGeneric without any parameters.
|
inline |
Creates a VowpalWabbitGeneric with a UID that is used to give the VowpalWabbitGeneric a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
override VowpalWabbitGenericModel Synapse.ML.Vw.VowpalWabbitGeneric.Fit | ( | DataFrame | dataset | ) |
Fits a model to the input data.
dataset | The DataFrame to fit the model to. |
int Synapse.ML.Vw.VowpalWabbitGeneric.GetHashSeed | ( | ) |
Gets hashSeed value
string Synapse.ML.Vw.VowpalWabbitGeneric.GetIgnoreNamespaces | ( | ) |
Gets ignoreNamespaces value
object Synapse.ML.Vw.VowpalWabbitGeneric.GetInitialModel | ( | ) |
Gets initialModel value
string Synapse.ML.Vw.VowpalWabbitGeneric.GetInputCol | ( | ) |
Gets inputCol value
string [] Synapse.ML.Vw.VowpalWabbitGeneric.GetInteractions | ( | ) |
Gets interactions value
double Synapse.ML.Vw.VowpalWabbitGeneric.GetL1 | ( | ) |
Gets l1 value
double Synapse.ML.Vw.VowpalWabbitGeneric.GetL2 | ( | ) |
Gets l2 value
double Synapse.ML.Vw.VowpalWabbitGeneric.GetLearningRate | ( | ) |
Gets learningRate value
int Synapse.ML.Vw.VowpalWabbitGeneric.GetNumBits | ( | ) |
Gets numBits value
int Synapse.ML.Vw.VowpalWabbitGeneric.GetNumPasses | ( | ) |
Gets numPasses value
int Synapse.ML.Vw.VowpalWabbitGeneric.GetNumSyncsPerPass | ( | ) |
Gets numSyncsPerPass value
string Synapse.ML.Vw.VowpalWabbitGeneric.GetPassThroughArgs | ( | ) |
Gets passThroughArgs value
double Synapse.ML.Vw.VowpalWabbitGeneric.GetPowerT | ( | ) |
Gets powerT value
string Synapse.ML.Vw.VowpalWabbitGeneric.GetPredictionIdCol | ( | ) |
Gets predictionIdCol value
string Synapse.ML.Vw.VowpalWabbitGeneric.GetSplitCol | ( | ) |
Gets splitCol value
string [] Synapse.ML.Vw.VowpalWabbitGeneric.GetSplitColValues | ( | ) |
Gets splitColValues value
bool Synapse.ML.Vw.VowpalWabbitGeneric.GetUseBarrierExecutionMode | ( | ) |
Gets useBarrierExecutionMode value
|
static |
Loads the VowpalWabbitGeneric that was previously saved using Save(string).
path | The path the previous VowpalWabbitGeneric was saved to |
JavaMLReader<VowpalWabbitGeneric> Synapse.ML.Vw.VowpalWabbitGeneric.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Vw.VowpalWabbitGeneric.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 |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetHashSeed | ( | int | value | ) |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetIgnoreNamespaces | ( | string | value | ) |
Sets value for ignoreNamespaces
value | Namespaces to be ignored (first letter only) |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetInitialModel | ( | object | value | ) |
Sets value for initialModel
value | Initial model to start from |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetInputCol | ( | string | value | ) |
Sets value for inputCol
value | The name of the input column |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetInteractions | ( | string[] | value | ) |
Sets value for interactions
value | Interaction terms as specified by -q |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetL1 | ( | double | value | ) |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetL2 | ( | double | value | ) |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetLearningRate | ( | double | value | ) |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetNumBits | ( | int | value | ) |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetNumPasses | ( | int | value | ) |
Sets value for numPasses
value | Number of passes over the data |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetNumSyncsPerPass | ( | int | value | ) |
Sets value for numSyncsPerPass
value | Number of times weights should be synchronized within each pass. 0 disables inter-pass synchronization. |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetPassThroughArgs | ( | string | value | ) |
Sets value for passThroughArgs
value | VW command line arguments passed |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetPowerT | ( | double | value | ) |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetPredictionIdCol | ( | string | value | ) |
Sets value for predictionIdCol
value | The ID column returned for predictions |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetSplitCol | ( | string | value | ) |
Sets value for splitCol
value | The column to split on for inter-pass sync |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetSplitColValues | ( | string[] | value | ) |
Sets value for splitColValues
value | Sorted values to use to select each split to train on. If not specified, computed from data |
VowpalWabbitGeneric Synapse.ML.Vw.VowpalWabbitGeneric.SetUseBarrierExecutionMode | ( | bool | value | ) |
Sets value for useBarrierExecutionMode
value | Use barrier execution mode, on by default. |