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

VectorZipper implements VectorZipper More...

Inheritance diagram for Synapse.ML.Vw.VectorZipper:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Vw.VectorZipper:
Collaboration graph
[legend]

Public Member Functions

 VectorZipper ()
 Creates a VectorZipper without any parameters. More...
 
 VectorZipper (string uid)
 Creates a VectorZipper with a UID that is used to give the VectorZipper a unique ID. More...
 
VectorZipper SetInputCols (string[] value)
 Sets value for inputCols More...
 
VectorZipper SetOutputCol (string value)
 Sets value for outputCol More...
 
string [] GetInputCols ()
 Gets inputCols 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< VectorZipperRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

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

Detailed Description

VectorZipper implements VectorZipper

Constructor & Destructor Documentation

◆ VectorZipper() [1/2]

Synapse.ML.Vw.VectorZipper.VectorZipper ( )
inline

Creates a VectorZipper without any parameters.

◆ VectorZipper() [2/2]

Synapse.ML.Vw.VectorZipper.VectorZipper ( string  uid)
inline

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

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

Member Function Documentation

◆ GetInputCols()

string [] Synapse.ML.Vw.VectorZipper.GetInputCols ( )

Gets inputCols value

Returns
inputCols: The names of the input columns

◆ GetOutputCol()

string Synapse.ML.Vw.VectorZipper.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ Load()

static VectorZipper Synapse.ML.Vw.VectorZipper.Load ( string  path)
static

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

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

◆ Read()

JavaMLReader<VectorZipper> Synapse.ML.Vw.VectorZipper.Read ( )

Get the corresponding JavaMLReader instance.

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

◆ Save()

void Synapse.ML.Vw.VectorZipper.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

◆ SetInputCols()

VectorZipper Synapse.ML.Vw.VectorZipper.SetInputCols ( string []  value)

Sets value for inputCols

Parameters
valueThe names of the input columns
Returns
New VectorZipper object

◆ SetOutputCol()

VectorZipper Synapse.ML.Vw.VectorZipper.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New VectorZipper object

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