public class PMMLModelExportFactory
extends java.lang.Object
| Constructor and Description |
|---|
PMMLModelExportFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.spark.mllib.pmml.export.PMMLModelExport |
createPMMLModelExport(java.lang.Object model)
Factory object to help creating the necessary PMMLModelExport implementation
taking as input the machine learning model (for example KMeansModel).
|
public static org.apache.spark.mllib.pmml.export.PMMLModelExport createPMMLModelExport(java.lang.Object model)
model - (undocumented)