CleanMissingData implements CleanMissingData
More...
◆ CleanMissingData() [1/2]
Synapse.ML.Featurize.CleanMissingData.CleanMissingData |
( |
| ) |
|
|
inline |
◆ CleanMissingData() [2/2]
Synapse.ML.Featurize.CleanMissingData.CleanMissingData |
( |
string |
uid | ) |
|
|
inline |
Creates a CleanMissingData with a UID that is used to give the CleanMissingData 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
- CleanMissingDataModel
◆ GetCleaningMode()
string Synapse.ML.Featurize.CleanMissingData.GetCleaningMode |
( |
| ) |
|
Gets cleaningMode value
- Returns
- cleaningMode: Cleaning mode
◆ GetCustomValue()
string Synapse.ML.Featurize.CleanMissingData.GetCustomValue |
( |
| ) |
|
Gets customValue value
- Returns
- customValue: Custom value for replacement
◆ GetInputCols()
string [] Synapse.ML.Featurize.CleanMissingData.GetInputCols |
( |
| ) |
|
Gets inputCols value
- Returns
- inputCols: The names of the input columns
◆ GetOutputCols()
string [] Synapse.ML.Featurize.CleanMissingData.GetOutputCols |
( |
| ) |
|
Gets outputCols value
- Returns
- outputCols: The names of the output columns
◆ Load()
static CleanMissingData Synapse.ML.Featurize.CleanMissingData.Load |
( |
string |
path | ) |
|
|
static |
◆ Read()
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<CleanMissingData> instance for this ML instance.
◆ Save()
void Synapse.ML.Featurize.CleanMissingData.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 |
◆ SetCleaningMode()
CleanMissingData Synapse.ML.Featurize.CleanMissingData.SetCleaningMode |
( |
string |
value | ) |
|
◆ SetCustomValue()
CleanMissingData Synapse.ML.Featurize.CleanMissingData.SetCustomValue |
( |
string |
value | ) |
|
Sets value for customValue
- Parameters
-
value | Custom value for replacement |
- Returns
- New CleanMissingData object
◆ SetInputCols()
CleanMissingData Synapse.ML.Featurize.CleanMissingData.SetInputCols |
( |
string [] |
value | ) |
|
Sets value for inputCols
- Parameters
-
value | The names of the input columns |
- Returns
- New CleanMissingData object
◆ SetOutputCols()
CleanMissingData Synapse.ML.Featurize.CleanMissingData.SetOutputCols |
( |
string [] |
value | ) |
|
Sets value for outputCols
- Parameters
-
value | The names of the output columns |
- Returns
- New CleanMissingData object
The documentation for this class was generated from the following file:
- synapse/ml/featurize/CleanMissingData.cs