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

FormOntologyTransformer implements FormOntologyTransformer More...

Inheritance diagram for Synapse.ML.Cognitive.FormOntologyTransformer:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Cognitive.FormOntologyTransformer:
Collaboration graph
[legend]

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

FormOntologyTransformer implements FormOntologyTransformer

Constructor & Destructor Documentation

◆ FormOntologyTransformer() [1/2]

Synapse.ML.Cognitive.FormOntologyTransformer.FormOntologyTransformer ( )
inline

Creates a FormOntologyTransformer without any parameters.

◆ FormOntologyTransformer() [2/2]

Synapse.ML.Cognitive.FormOntologyTransformer.FormOntologyTransformer ( string  uid)
inline

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

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

Member Function Documentation

◆ GetInputCol()

string Synapse.ML.Cognitive.FormOntologyTransformer.GetInputCol ( )

Gets inputCol value

Returns
inputCol: The name of the input column

◆ GetOntology()

DataType Synapse.ML.Cognitive.FormOntologyTransformer.GetOntology ( )
inline

Gets ontology value

Returns
ontology: The ontology to cast values to

◆ GetOutputCol()

string Synapse.ML.Cognitive.FormOntologyTransformer.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ Load()

static FormOntologyTransformer Synapse.ML.Cognitive.FormOntologyTransformer.Load ( string  path)
static

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

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

◆ Read()

JavaMLReader<FormOntologyTransformer> Synapse.ML.Cognitive.FormOntologyTransformer.Read ( )

Get the corresponding JavaMLReader instance.

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

◆ Save()

void Synapse.ML.Cognitive.FormOntologyTransformer.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()

FormOntologyTransformer Synapse.ML.Cognitive.FormOntologyTransformer.SetInputCol ( string  value)

Sets value for inputCol

Parameters
valueThe name of the input column
Returns
New FormOntologyTransformer object

◆ SetOntology()

FormOntologyTransformer Synapse.ML.Cognitive.FormOntologyTransformer.SetOntology ( DataType  value)

Sets value for ontology

Parameters
valueThe ontology to cast values to
Returns
New FormOntologyTransformer object

◆ SetOutputCol()

FormOntologyTransformer Synapse.ML.Cognitive.FormOntologyTransformer.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New FormOntologyTransformer object

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