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

Explode implements Explode More...

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

Public Member Functions

 Explode ()
 Creates a Explode without any parameters. More...
 
 Explode (string uid)
 Creates a Explode with a UID that is used to give the Explode a unique ID. More...
 
Explode SetInputCol (string value)
 Sets value for inputCol More...
 
Explode SetOutputCol (string value)
 Sets value for outputCol 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< ExplodeRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

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

Detailed Description

Explode implements Explode

Constructor & Destructor Documentation

◆ Explode() [1/2]

Synapse.ML.Stages.Explode.Explode ( )
inline

Creates a Explode without any parameters.

◆ Explode() [2/2]

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

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

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

Member Function Documentation

◆ GetInputCol()

string Synapse.ML.Stages.Explode.GetInputCol ( )

Gets inputCol value

Returns
inputCol: The name of the input column

◆ GetOutputCol()

string Synapse.ML.Stages.Explode.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ Load()

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

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

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

◆ Read()

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

Get the corresponding JavaMLReader instance.

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

◆ Save()

void Synapse.ML.Stages.Explode.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()

Explode Synapse.ML.Stages.Explode.SetInputCol ( string  value)

Sets value for inputCol

Parameters
valueThe name of the input column
Returns
New Explode object

◆ SetOutputCol()

Explode Synapse.ML.Stages.Explode.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New Explode object

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