|
Synapseml
1.0.3
|
DynamicMiniBatchTransformer implements DynamicMiniBatchTransformer More...


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 () |
| |
| JavaMLReader< DynamicMiniBatchTransformer > | Read () |
| 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... | |
|
inline |
Creates a DynamicMiniBatchTransformer without any parameters.
|
inline |
Creates a DynamicMiniBatchTransformer with a UID that is used to give the DynamicMiniBatchTransformer a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| int Synapse.ML.Stages.DynamicMiniBatchTransformer.GetMaxBatchSize | ( | ) |
Gets maxBatchSize value
|
static |
Loads the DynamicMiniBatchTransformer that was previously saved using Save(string).
| path | The path the previous DynamicMiniBatchTransformer was saved to |
| JavaMLReader<DynamicMiniBatchTransformer> Synapse.ML.Stages.DynamicMiniBatchTransformer.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| 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.
| path | The path to save the object to |
| DynamicMiniBatchTransformer Synapse.ML.Stages.DynamicMiniBatchTransformer.SetMaxBatchSize | ( | int | value | ) |
Sets value for maxBatchSize
| value | The max size of the buffer |
1.8.17