VowpalWabbitFeaturizer implements VowpalWabbitFeaturizer
More...
◆ VowpalWabbitFeaturizer() [1/2]
Synapse.ML.Vw.VowpalWabbitFeaturizer.VowpalWabbitFeaturizer |
( |
| ) |
|
|
inline |
◆ VowpalWabbitFeaturizer() [2/2]
Synapse.ML.Vw.VowpalWabbitFeaturizer.VowpalWabbitFeaturizer |
( |
string |
uid | ) |
|
|
inline |
◆ GetInputCols()
string [] Synapse.ML.Vw.VowpalWabbitFeaturizer.GetInputCols |
( |
| ) |
|
Gets inputCols value
- Returns
- inputCols: The names of the input columns
◆ GetNumBits()
int Synapse.ML.Vw.VowpalWabbitFeaturizer.GetNumBits |
( |
| ) |
|
Gets numBits value
- Returns
- numBits: Number of bits used to mask
◆ GetOutputCol()
string Synapse.ML.Vw.VowpalWabbitFeaturizer.GetOutputCol |
( |
| ) |
|
Gets outputCol value
- Returns
- outputCol: The name of the output column
◆ GetPrefixStringsWithColumnName()
bool Synapse.ML.Vw.VowpalWabbitFeaturizer.GetPrefixStringsWithColumnName |
( |
| ) |
|
Gets prefixStringsWithColumnName value
- Returns
- prefixStringsWithColumnName: Prefix string features with column name
◆ GetPreserveOrderNumBits()
int Synapse.ML.Vw.VowpalWabbitFeaturizer.GetPreserveOrderNumBits |
( |
| ) |
|
Gets preserveOrderNumBits value
- Returns
- preserveOrderNumBits: Number of bits used to preserve the feature order. This will reduce the hash size. Needs to be large enough to fit count the maximum number of words
◆ GetSeed()
int Synapse.ML.Vw.VowpalWabbitFeaturizer.GetSeed |
( |
| ) |
|
Gets seed value
- Returns
- seed: Hash seed
◆ GetStringSplitInputCols()
string [] Synapse.ML.Vw.VowpalWabbitFeaturizer.GetStringSplitInputCols |
( |
| ) |
|
Gets stringSplitInputCols value
- Returns
- stringSplitInputCols: Input cols that should be split at word boundaries
◆ GetSumCollisions()
bool Synapse.ML.Vw.VowpalWabbitFeaturizer.GetSumCollisions |
( |
| ) |
|
Gets sumCollisions value
- Returns
- sumCollisions: Sums collisions if true, otherwise removes them
◆ Load()
◆ Read()
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<VowpalWabbitFeaturizer> instance for this ML instance.
◆ Save()
void Synapse.ML.Vw.VowpalWabbitFeaturizer.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.
- Parameters
-
path | The path to save the object to |
◆ SetInputCols()
Sets value for inputCols
- Parameters
-
value | The names of the input columns |
- Returns
- New VowpalWabbitFeaturizer object
◆ SetNumBits()
◆ SetOutputCol()
Sets value for outputCol
- Parameters
-
value | The name of the output column |
- Returns
- New VowpalWabbitFeaturizer object
◆ SetPrefixStringsWithColumnName()
Sets value for prefixStringsWithColumnName
- Parameters
-
value | Prefix string features with column name |
- Returns
- New VowpalWabbitFeaturizer object
◆ SetPreserveOrderNumBits()
Sets value for preserveOrderNumBits
- Parameters
-
value | Number of bits used to preserve the feature order. This will reduce the hash size. Needs to be large enough to fit count the maximum number of words |
- Returns
- New VowpalWabbitFeaturizer object
◆ SetSeed()
◆ SetStringSplitInputCols()
Sets value for stringSplitInputCols
- Parameters
-
value | Input cols that should be split at word boundaries |
- Returns
- New VowpalWabbitFeaturizer object
◆ SetSumCollisions()
Sets value for sumCollisions
- Parameters
-
value | Sums collisions if true, otherwise removes them |
- Returns
- New VowpalWabbitFeaturizer object
The documentation for this class was generated from the following file:
- synapse/ml/vw/VowpalWabbitFeaturizer.cs