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

DynamicMiniBatchTransformer implements DynamicMiniBatchTransformer More...

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

Public Member Functions

 DynamicMiniBatchTransformer ()
 Creates a DynamicMiniBatchTransformer without any parameters. More...
 
 DynamicMiniBatchTransformer (string uid)
 Creates a DynamicMiniBatchTransformer with a UID that is used to give the DynamicMiniBatchTransformer a unique ID. More...
 
DynamicMiniBatchTransformer SetMaxBatchSize (int value)
 Sets value for maxBatchSize More...
 
int GetMaxBatchSize ()
 Gets maxBatchSize 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< DynamicMiniBatchTransformerRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

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

Detailed Description

DynamicMiniBatchTransformer implements DynamicMiniBatchTransformer

Constructor & Destructor Documentation

◆ DynamicMiniBatchTransformer() [1/2]

Synapse.ML.Stages.DynamicMiniBatchTransformer.DynamicMiniBatchTransformer ( )
inline

Creates a DynamicMiniBatchTransformer without any parameters.

◆ DynamicMiniBatchTransformer() [2/2]

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

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

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

Member Function Documentation

◆ GetMaxBatchSize()

int Synapse.ML.Stages.DynamicMiniBatchTransformer.GetMaxBatchSize ( )

Gets maxBatchSize value

Returns
maxBatchSize: The max size of the buffer

◆ Load()

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

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

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

◆ Read()

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

Get the corresponding JavaMLReader instance.

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

◆ Save()

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

◆ SetMaxBatchSize()

DynamicMiniBatchTransformer Synapse.ML.Stages.DynamicMiniBatchTransformer.SetMaxBatchSize ( int  value)

Sets value for maxBatchSize

Parameters
valueThe max size of the buffer
Returns
New DynamicMiniBatchTransformer object

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