public interface PMMLExportable
Modifier and Type | Method and Description |
---|---|
java.lang.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,
java.lang.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(java.lang.String localPath)
:: Experimental ::
Export the model to a local file in PMML format
|
void toPMML(javax.xml.transform.stream.StreamResult streamResult)
streamResult
- (undocumented)void toPMML(java.lang.String localPath)
localPath
- (undocumented)void toPMML(SparkContext sc, java.lang.String path)
sc
- (undocumented)path
- (undocumented)void toPMML(java.io.OutputStream outputStream)
outputStream
- (undocumented)java.lang.String toPMML()