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

Lambda implements Lambda More...

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

Public Member Functions

 Lambda ()
 Creates a Lambda without any parameters. More...
 
 Lambda (string uid)
 Creates a Lambda with a UID that is used to give the Lambda a unique ID. More...
 
Lambda SetTransformFunc (object value)
 Sets value for transformFunc More...
 
Lambda SetTransformSchemaFunc (object value)
 Sets value for transformSchemaFunc More...
 
object GetTransformFunc ()
 Gets transformFunc value More...
 
object GetTransformSchemaFunc ()
 Gets transformSchemaFunc 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< LambdaRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

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

Detailed Description

Lambda implements Lambda

Constructor & Destructor Documentation

◆ Lambda() [1/2]

Synapse.ML.Stages.Lambda.Lambda ( )
inline

Creates a Lambda without any parameters.

◆ Lambda() [2/2]

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

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

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

Member Function Documentation

◆ GetTransformFunc()

object Synapse.ML.Stages.Lambda.GetTransformFunc ( )

Gets transformFunc value

Returns
transformFunc: holder for dataframe function

◆ GetTransformSchemaFunc()

object Synapse.ML.Stages.Lambda.GetTransformSchemaFunc ( )

Gets transformSchemaFunc value

Returns
transformSchemaFunc: the output schema after the transformation

◆ Load()

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

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

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

◆ Read()

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

Get the corresponding JavaMLReader instance.

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

◆ Save()

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

◆ SetTransformFunc()

Lambda Synapse.ML.Stages.Lambda.SetTransformFunc ( object  value)

Sets value for transformFunc

Parameters
valueholder for dataframe function
Returns
New Lambda object

◆ SetTransformSchemaFunc()

Lambda Synapse.ML.Stages.Lambda.SetTransformSchemaFunc ( object  value)

Sets value for transformSchemaFunc

Parameters
valuethe output schema after the transformation
Returns
New Lambda object

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