|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PMMLExportable
:: DeveloperApi :: Export model to the PMML format Predictive Model Markup Language (PMML) is an XML-based file format developed by the Data Mining Group (www.dmg.org).
| Method Summary | |
|---|---|
String |
toPMML()
:: Experimental :: Export the model to a String in PMML format |
void |
toPMML(java.io.OutputStream outputStream)
:: Experimental :: Export the model to the OutputStream in PMML format |
void |
toPMML(SparkContext sc,
String path)
:: Experimental :: Export the model to a directory on a distributed file system in PMML format |
void |
toPMML(javax.xml.transform.stream.StreamResult streamResult)
Export the model to the stream result in PMML format |
void |
toPMML(String localPath)
:: Experimental :: Export the model to a local file in PMML format |
| Method Detail |
|---|
void toPMML(javax.xml.transform.stream.StreamResult streamResult)
streamResult - (undocumented)void toPMML(String localPath)
localPath - (undocumented)
void toPMML(SparkContext sc,
String path)
sc - (undocumented)path - (undocumented)void toPMML(java.io.OutputStream outputStream)
outputStream - (undocumented)String toPMML()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||