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

ImageSetAugmenter implements ImageSetAugmenter More...

Inheritance diagram for Synapse.ML.Opencv.ImageSetAugmenter:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Opencv.ImageSetAugmenter:
Collaboration graph
[legend]

Public Member Functions

 ImageSetAugmenter ()
 Creates a ImageSetAugmenter without any parameters. More...
 
 ImageSetAugmenter (string uid)
 Creates a ImageSetAugmenter with a UID that is used to give the ImageSetAugmenter a unique ID. More...
 
ImageSetAugmenter SetFlipLeftRight (bool value)
 Sets value for flipLeftRight More...
 
ImageSetAugmenter SetFlipUpDown (bool value)
 Sets value for flipUpDown More...
 
ImageSetAugmenter SetInputCol (string value)
 Sets value for inputCol More...
 
ImageSetAugmenter SetOutputCol (string value)
 Sets value for outputCol More...
 
bool GetFlipLeftRight ()
 Gets flipLeftRight value More...
 
bool GetFlipUpDown ()
 Gets flipUpDown value 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< ImageSetAugmenterRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

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

Detailed Description

ImageSetAugmenter implements ImageSetAugmenter

Constructor & Destructor Documentation

◆ ImageSetAugmenter() [1/2]

Synapse.ML.Opencv.ImageSetAugmenter.ImageSetAugmenter ( )
inline

Creates a ImageSetAugmenter without any parameters.

◆ ImageSetAugmenter() [2/2]

Synapse.ML.Opencv.ImageSetAugmenter.ImageSetAugmenter ( string  uid)
inline

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

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

Member Function Documentation

◆ GetFlipLeftRight()

bool Synapse.ML.Opencv.ImageSetAugmenter.GetFlipLeftRight ( )

Gets flipLeftRight value

Returns
flipLeftRight: Symmetric Left-Right

◆ GetFlipUpDown()

bool Synapse.ML.Opencv.ImageSetAugmenter.GetFlipUpDown ( )

Gets flipUpDown value

Returns
flipUpDown: Symmetric Up-Down

◆ GetInputCol()

string Synapse.ML.Opencv.ImageSetAugmenter.GetInputCol ( )

Gets inputCol value

Returns
inputCol: The name of the input column

◆ GetOutputCol()

string Synapse.ML.Opencv.ImageSetAugmenter.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ Load()

static ImageSetAugmenter Synapse.ML.Opencv.ImageSetAugmenter.Load ( string  path)
static

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

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

◆ Read()

JavaMLReader<ImageSetAugmenter> Synapse.ML.Opencv.ImageSetAugmenter.Read ( )

Get the corresponding JavaMLReader instance.

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

◆ Save()

void Synapse.ML.Opencv.ImageSetAugmenter.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

◆ SetFlipLeftRight()

ImageSetAugmenter Synapse.ML.Opencv.ImageSetAugmenter.SetFlipLeftRight ( bool  value)

Sets value for flipLeftRight

Parameters
valueSymmetric Left-Right
Returns
New ImageSetAugmenter object

◆ SetFlipUpDown()

ImageSetAugmenter Synapse.ML.Opencv.ImageSetAugmenter.SetFlipUpDown ( bool  value)

Sets value for flipUpDown

Parameters
valueSymmetric Up-Down
Returns
New ImageSetAugmenter object

◆ SetInputCol()

ImageSetAugmenter Synapse.ML.Opencv.ImageSetAugmenter.SetInputCol ( string  value)

Sets value for inputCol

Parameters
valueThe name of the input column
Returns
New ImageSetAugmenter object

◆ SetOutputCol()

ImageSetAugmenter Synapse.ML.Opencv.ImageSetAugmenter.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New ImageSetAugmenter object

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