ValueIndexer implements ValueIndexer
More...
◆ ValueIndexer() [1/2]
Synapse.ML.Featurize.ValueIndexer.ValueIndexer |
( |
| ) |
|
|
inline |
◆ ValueIndexer() [2/2]
Synapse.ML.Featurize.ValueIndexer.ValueIndexer |
( |
string |
uid | ) |
|
|
inline |
Creates a ValueIndexer with a UID that is used to give the ValueIndexer a unique ID.
- Parameters
-
uid | An immutable unique ID for the object and its derivatives. |
◆ Fit()
override ValueIndexerModel Synapse.ML.Featurize.ValueIndexer.Fit |
( |
DataFrame |
dataset | ) |
|
Fits a model to the input data.
- Parameters
-
dataset | The DataFrame to fit the model to. |
- Returns
- ValueIndexerModel
◆ GetInputCol()
string Synapse.ML.Featurize.ValueIndexer.GetInputCol |
( |
| ) |
|
Gets inputCol value
- Returns
- inputCol: The name of the input column
◆ GetOutputCol()
string Synapse.ML.Featurize.ValueIndexer.GetOutputCol |
( |
| ) |
|
Gets outputCol value
- Returns
- outputCol: The name of the output column
◆ Load()
static ValueIndexer Synapse.ML.Featurize.ValueIndexer.Load |
( |
string |
path | ) |
|
|
static |
◆ Read()
JavaMLReader<ValueIndexer> Synapse.ML.Featurize.ValueIndexer.Read |
( |
| ) |
|
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<ValueIndexer> instance for this ML instance.
◆ Save()
void Synapse.ML.Featurize.ValueIndexer.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 |
◆ SetInputCol()
ValueIndexer Synapse.ML.Featurize.ValueIndexer.SetInputCol |
( |
string |
value | ) |
|
Sets value for inputCol
- Parameters
-
value | The name of the input column |
- Returns
- New ValueIndexer object
◆ SetOutputCol()
ValueIndexer Synapse.ML.Featurize.ValueIndexer.SetOutputCol |
( |
string |
value | ) |
|
Sets value for outputCol
- Parameters
-
value | The name of the output column |
- Returns
- New ValueIndexer object
The documentation for this class was generated from the following file:
- synapse/ml/featurize/ValueIndexer.cs