public interface PMMLModel
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.