Class PMMLModelExportFactory
Object
org.apache.spark.mllib.pmml.export.PMMLModelExportFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PMMLModelExport
createPMMLModelExport
(Object model) Factory object to help creating the necessary PMMLModelExport implementation taking as input the machine learning model (for example KMeansModel).
-
Constructor Details
-
PMMLModelExportFactory
public PMMLModelExportFactory()
-
-
Method Details
-
createPMMLModelExport
Factory object to help creating the necessary PMMLModelExport implementation taking as input the machine learning model (for example KMeansModel).- Parameters:
model
- (undocumented)- Returns:
- (undocumented)
-