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