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

DropColumns implements DropColumns More...

Inheritance diagram for Synapse.ML.Stages.DropColumns:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Stages.DropColumns:
Collaboration graph
[legend]

Public Member Functions

 DropColumns ()
 Creates a DropColumns without any parameters. More...
 
 DropColumns (string uid)
 Creates a DropColumns with a UID that is used to give the DropColumns a unique ID. More...
 
DropColumns SetCols (string[] value)
 Sets value for cols More...
 
string [] GetCols ()
 Gets cols 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< DropColumnsRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

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

Detailed Description

DropColumns implements DropColumns

Constructor & Destructor Documentation

◆ DropColumns() [1/2]

Synapse.ML.Stages.DropColumns.DropColumns ( )
inline

Creates a DropColumns without any parameters.

◆ DropColumns() [2/2]

Synapse.ML.Stages.DropColumns.DropColumns ( string  uid)
inline

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

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

Member Function Documentation

◆ GetCols()

string [] Synapse.ML.Stages.DropColumns.GetCols ( )

Gets cols value

Returns
cols: Comma separated list of column names

◆ Load()

static DropColumns Synapse.ML.Stages.DropColumns.Load ( string  path)
static

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

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

◆ Read()

JavaMLReader<DropColumns> Synapse.ML.Stages.DropColumns.Read ( )

Get the corresponding JavaMLReader instance.

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

◆ Save()

void Synapse.ML.Stages.DropColumns.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

◆ SetCols()

DropColumns Synapse.ML.Stages.DropColumns.SetCols ( string []  value)

Sets value for cols

Parameters
valueComma separated list of column names
Returns
New DropColumns object

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