JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.spark.mllib.pmml.export
Interface PMMLModelExport
public interface
PMMLModelExport
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
org.dmg.pmml.PMML
getPmml
()
org.dmg.pmml.PMML
pmml
()
Holder of the exported model in PMML format
Method Details
getPmml
org.dmg.pmml.PMML
getPmml
()
pmml
org.dmg.pmml.PMML
pmml
()
Holder of the exported model in PMML format
Returns:
(undocumented)