|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PMMLModel
Interface for all PMML models
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |