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

CountSelectorModel implements CountSelectorModel More...

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

Public Member Functions

 CountSelectorModel ()
 Creates a CountSelectorModel without any parameters. More...
 
 CountSelectorModel (string uid)
 Creates a CountSelectorModel with a UID that is used to give the CountSelectorModel a unique ID. More...
 
CountSelectorModel SetIndices (int[] value)
 Sets value for indices More...
 
CountSelectorModel SetInputCol (string value)
 Sets value for inputCol More...
 
CountSelectorModel SetOutputCol (string value)
 Sets value for outputCol More...
 
int [] GetIndices ()
 Gets indices value More...
 
string GetInputCol ()
 Gets inputCol value More...
 
string GetOutputCol ()
 Gets outputCol value 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< CountSelectorModelRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

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

Detailed Description

CountSelectorModel implements CountSelectorModel

Constructor & Destructor Documentation

◆ CountSelectorModel() [1/2]

Synapse.ML.Featurize.CountSelectorModel.CountSelectorModel ( )
inline

Creates a CountSelectorModel without any parameters.

◆ CountSelectorModel() [2/2]

Synapse.ML.Featurize.CountSelectorModel.CountSelectorModel ( string  uid)
inline

Creates a CountSelectorModel with a UID that is used to give the CountSelectorModel a unique ID.

Parameters
uidAn immutable unique ID for the object and its derivatives.

Member Function Documentation

◆ GetIndices()

int [] Synapse.ML.Featurize.CountSelectorModel.GetIndices ( )

Gets indices value

Returns
indices: An array of indices to select features from a vector column. There can be no overlap with names.

◆ GetInputCol()

string Synapse.ML.Featurize.CountSelectorModel.GetInputCol ( )

Gets inputCol value

Returns
inputCol: The name of the input column

◆ GetOutputCol()

string Synapse.ML.Featurize.CountSelectorModel.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ Load()

static CountSelectorModel Synapse.ML.Featurize.CountSelectorModel.Load ( string  path)
static

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

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

◆ Read()

JavaMLReader<CountSelectorModel> Synapse.ML.Featurize.CountSelectorModel.Read ( )

Get the corresponding JavaMLReader instance.

Returns
an JavaMLReader<CountSelectorModel> instance for this ML instance.

◆ Save()

void Synapse.ML.Featurize.CountSelectorModel.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

◆ SetIndices()

CountSelectorModel Synapse.ML.Featurize.CountSelectorModel.SetIndices ( int []  value)

Sets value for indices

Parameters
valueAn array of indices to select features from a vector column. There can be no overlap with names.
Returns
New CountSelectorModel object

◆ SetInputCol()

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

Sets value for inputCol

Parameters
valueThe name of the input column
Returns
New CountSelectorModel object

◆ SetOutputCol()

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

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New CountSelectorModel object

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