View source: R/ml_constructor_utils.R
ml_call_constructor | R Documentation |
Identifies the associated sparklyr ML constructor for the JVM object by inspecting its class and performing a lookup. The lookup table is specified by the 'sparkml/class_mapping.json' files of sparklyr and the loaded extensions.
ml_call_constructor(jobj)
jobj |
The jobj for the pipeline stage. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.