public interface PMMLModel
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCreatorApplication()Get the name of the application that created this model. | 
| Logger | getLog()Get the logger. | 
| MiningSchema | getMiningSchema()Get the mining schema. | 
| java.lang.String | getPMMLVersion()Get the version of PMML used to encode this model. | 
| void | setCreatorApplication(org.w3c.dom.Document doc)Set the name of the application (if specified) that created this. | 
| void | setLog(Logger log)Set a logger to use. | 
| void | setPMMLVersion(org.w3c.dom.Document doc)Set the version of the PMML. | 
void setPMMLVersion(org.w3c.dom.Document doc)
doc - the Document encapsulating the pmmljava.lang.String getPMMLVersion()
void setCreatorApplication(org.w3c.dom.Document doc)
doc - the Document encapsulating the pmmljava.lang.String getCreatorApplication()
MiningSchema getMiningSchema()
void setLog(Logger log)
log - the logger to useLogger getLog()