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

IndexToValue implements IndexToValue More...

Inheritance diagram for Synapse.ML.Featurize.IndexToValue:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Featurize.IndexToValue:
Collaboration graph
[legend]

Public Member Functions

 IndexToValue ()
 Creates a IndexToValue without any parameters. More...
 
 IndexToValue (string uid)
 Creates a IndexToValue with a UID that is used to give the IndexToValue a unique ID. More...
 
IndexToValue SetInputCol (string value)
 Sets value for inputCol More...
 
IndexToValue SetOutputCol (string value)
 Sets value for outputCol 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< IndexToValueRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

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

Detailed Description

IndexToValue implements IndexToValue

Constructor & Destructor Documentation

◆ IndexToValue() [1/2]

Synapse.ML.Featurize.IndexToValue.IndexToValue ( )
inline

Creates a IndexToValue without any parameters.

◆ IndexToValue() [2/2]

Synapse.ML.Featurize.IndexToValue.IndexToValue ( string  uid)
inline

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

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

Member Function Documentation

◆ GetInputCol()

string Synapse.ML.Featurize.IndexToValue.GetInputCol ( )

Gets inputCol value

Returns
inputCol: The name of the input column

◆ GetOutputCol()

string Synapse.ML.Featurize.IndexToValue.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ Load()

static IndexToValue Synapse.ML.Featurize.IndexToValue.Load ( string  path)
static

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

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

◆ Read()

JavaMLReader<IndexToValue> Synapse.ML.Featurize.IndexToValue.Read ( )

Get the corresponding JavaMLReader instance.

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

◆ Save()

void Synapse.ML.Featurize.IndexToValue.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

◆ SetInputCol()

IndexToValue Synapse.ML.Featurize.IndexToValue.SetInputCol ( string  value)

Sets value for inputCol

Parameters
valueThe name of the input column
Returns
New IndexToValue object

◆ SetOutputCol()

IndexToValue Synapse.ML.Featurize.IndexToValue.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New IndexToValue object

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