|
||||||||||
| 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 | |
|---|---|
String |
getCreatorApplication()
Get the name of the application that created this model. |
Logger |
getLog()
Get the logger. |
MiningSchema |
getMiningSchema()
Get the mining schema. |
String |
getPMMLVersion()
Get the version of PMML used to encode this model. |
void |
setCreatorApplication(Document doc)
Set the name of the application (if specified) that created this. |
void |
setLog(Logger log)
Set a logger to use. |
void |
setPMMLVersion(Document doc)
Set the version of the PMML. |
| Method Detail |
|---|
void setPMMLVersion(Document doc)
doc - the Document encapsulating the pmmlString getPMMLVersion()
void setCreatorApplication(Document doc)
doc - the Document encapsulating the pmmlString 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 | |||||||||