Synapseml
0.10.0
|
FormOntologyTransformer implements FormOntologyTransformer More...
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 () |
| |
JavaMLReader< FormOntologyTransformer > | Read () |
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... | |
FormOntologyTransformer implements FormOntologyTransformer
|
inline |
Creates a FormOntologyTransformer without any parameters.
|
inline |
Creates a FormOntologyTransformer with a UID that is used to give the FormOntologyTransformer a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
string Synapse.ML.Cognitive.FormOntologyTransformer.GetInputCol | ( | ) |
Gets inputCol value
|
inline |
Gets ontology value
string Synapse.ML.Cognitive.FormOntologyTransformer.GetOutputCol | ( | ) |
Gets outputCol value
|
static |
Loads the FormOntologyTransformer that was previously saved using Save(string).
path | The path the previous FormOntologyTransformer was saved to |
JavaMLReader<FormOntologyTransformer> Synapse.ML.Cognitive.FormOntologyTransformer.Read | ( | ) |
Get the corresponding JavaMLReader instance.
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.
path | The path to save the object to |
FormOntologyTransformer Synapse.ML.Cognitive.FormOntologyTransformer.SetInputCol | ( | string | value | ) |
Sets value for inputCol
value | The name of the input column |
FormOntologyTransformer Synapse.ML.Cognitive.FormOntologyTransformer.SetOntology | ( | DataType | value | ) |
Sets value for ontology
value | The ontology to cast values to |
FormOntologyTransformer Synapse.ML.Cognitive.FormOntologyTransformer.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |