ml-constructors
From sparklyr v1.5.0
by Yitao Li
Constructors for Pipeline Stages
Functions for developers writing extensions for Spark ML.
- Keywords
- internal
Usage
new_ml_transformer(jobj, ..., class = character())new_ml_prediction_model(jobj, ..., class = character())
new_ml_classification_model(jobj, ..., class = character())
new_ml_probabilistic_classification_model(jobj, ..., class = character())
new_ml_clustering_model(jobj, ..., class = character())
new_ml_estimator(jobj, ..., class = character())
new_ml_predictor(jobj, ..., class = character())
new_ml_classifier(jobj, ..., class = character())
new_ml_probabilistic_classifier(jobj, ..., class = character())
Arguments
- jobj
Pointer to the pipeline stage object.
- ...
(Optional) additional attributes of the object.
- class
Name of class.
Community examples
Looks like there are no examples yet.