Synapseml
0.10.0
|
VowpalWabbitInteractions implements VowpalWabbitInteractions More...
Public Member Functions | |
VowpalWabbitInteractions () | |
Creates a VowpalWabbitInteractions without any parameters. More... | |
VowpalWabbitInteractions (string uid) | |
Creates a VowpalWabbitInteractions with a UID that is used to give the VowpalWabbitInteractions a unique ID. More... | |
VowpalWabbitInteractions | SetInputCols (string[] value) |
Sets value for inputCols More... | |
VowpalWabbitInteractions | SetNumBits (int value) |
Sets value for numBits More... | |
VowpalWabbitInteractions | SetOutputCol (string value) |
Sets value for outputCol More... | |
VowpalWabbitInteractions | SetSumCollisions (bool value) |
Sets value for sumCollisions More... | |
string [] | GetInputCols () |
Gets inputCols value More... | |
int | GetNumBits () |
Gets numBits value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
bool | GetSumCollisions () |
Gets sumCollisions 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< VowpalWabbitInteractions > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
static VowpalWabbitInteractions | Load (string path) |
Loads the VowpalWabbitInteractions that was previously saved using Save(string). More... | |
VowpalWabbitInteractions implements VowpalWabbitInteractions
|
inline |
Creates a VowpalWabbitInteractions without any parameters.
|
inline |
Creates a VowpalWabbitInteractions with a UID that is used to give the VowpalWabbitInteractions a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
string [] Synapse.ML.Vw.VowpalWabbitInteractions.GetInputCols | ( | ) |
Gets inputCols value
int Synapse.ML.Vw.VowpalWabbitInteractions.GetNumBits | ( | ) |
Gets numBits value
string Synapse.ML.Vw.VowpalWabbitInteractions.GetOutputCol | ( | ) |
Gets outputCol value
bool Synapse.ML.Vw.VowpalWabbitInteractions.GetSumCollisions | ( | ) |
Gets sumCollisions value
|
static |
Loads the VowpalWabbitInteractions that was previously saved using Save(string).
path | The path the previous VowpalWabbitInteractions was saved to |
JavaMLReader<VowpalWabbitInteractions> Synapse.ML.Vw.VowpalWabbitInteractions.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Vw.VowpalWabbitInteractions.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 |
VowpalWabbitInteractions Synapse.ML.Vw.VowpalWabbitInteractions.SetInputCols | ( | string [] | value | ) |
Sets value for inputCols
value | The names of the input columns |
VowpalWabbitInteractions Synapse.ML.Vw.VowpalWabbitInteractions.SetNumBits | ( | int | value | ) |
Sets value for numBits
value | Number of bits used to mask |
VowpalWabbitInteractions Synapse.ML.Vw.VowpalWabbitInteractions.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
VowpalWabbitInteractions Synapse.ML.Vw.VowpalWabbitInteractions.SetSumCollisions | ( | bool | value | ) |
Sets value for sumCollisions
value | Sums collisions if true, otherwise removes them |