Synapseml  0.11.0
Public Member Functions | Static Public Member Functions | List of all members
Synapse.ML.Featurize.CountSelector Class Reference

CountSelector implements CountSelector More...

Inheritance diagram for Synapse.ML.Featurize.CountSelector:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Featurize.CountSelector:
Collaboration graph
[legend]

Public Member Functions

 CountSelector ()
 Creates a CountSelector without any parameters. More...
 
 CountSelector (string uid)
 Creates a CountSelector with a UID that is used to give the CountSelector a unique ID. More...
 
CountSelector SetInputCol (string value)
 Sets value for inputCol More...
 
CountSelector SetOutputCol (string value)
 Sets value for outputCol More...
 
string GetInputCol ()
 Gets inputCol value More...
 
string GetOutputCol ()
 Gets outputCol value More...
 
override CountSelectorModel Fit (DataFrame dataset)
 Fits a model to the input data. 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 ()
 
Returns
a JavaMLWriter instance for this ML instance.

 
JavaMLReader< CountSelectorRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

static CountSelector Load (string path)
 Loads the CountSelector that was previously saved using Save(string). More...
 

Detailed Description

CountSelector implements CountSelector

Constructor & Destructor Documentation

◆ CountSelector() [1/2]

Synapse.ML.Featurize.CountSelector.CountSelector ( )
inline

Creates a CountSelector without any parameters.

◆ 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
uidAn immutable unique ID for the object and its derivatives.

Member Function Documentation

◆ Fit()

override CountSelectorModel Synapse.ML.Featurize.CountSelector.Fit ( DataFrame  dataset)

Fits a model to the input data.

Parameters
datasetThe 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

Loads the CountSelector that was previously saved using Save(string).

Parameters
pathThe path the previous CountSelector was saved to
Returns
New CountSelector object, loaded from path.

◆ 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
pathThe path to save the object to

◆ SetInputCol()

CountSelector Synapse.ML.Featurize.CountSelector.SetInputCol ( string  value)

Sets value for inputCol

Parameters
valueThe name of the input column
Returns
New CountSelector object

◆ SetOutputCol()

CountSelector Synapse.ML.Featurize.CountSelector.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New CountSelector object

The documentation for this class was generated from the following file: