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

FlattenBatch implements FlattenBatch More...

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

Public Member Functions

 FlattenBatch ()
 Creates a FlattenBatch without any parameters. More...
 
 FlattenBatch (string uid)
 Creates a FlattenBatch with a UID that is used to give the FlattenBatch a unique ID. 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< FlattenBatchRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

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

Detailed Description

FlattenBatch implements FlattenBatch

Constructor & Destructor Documentation

◆ FlattenBatch() [1/2]

Synapse.ML.Stages.FlattenBatch.FlattenBatch ( )
inline

Creates a FlattenBatch without any parameters.

◆ FlattenBatch() [2/2]

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

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

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

Member Function Documentation

◆ Load()

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

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

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

◆ Read()

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

Get the corresponding JavaMLReader instance.

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

◆ Save()

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

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