|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionTranslator
public class PMMLGeneralRegressionTranslator
A general regression model translator class between KNIME and PMML.
| Constructor Summary | |
|---|---|
PMMLGeneralRegressionTranslator()
Creates a new PMML content translator for general regression models. |
|
PMMLGeneralRegressionTranslator(PMMLGeneralRegressionContent content)
Creates a new PMML content translator for general regression models. |
|
| Method Summary | |
|---|---|
org.apache.xmlbeans.SchemaType |
exportTo(org.dmg.pmml40.PMMLDocument pmmlDoc,
PMMLPortObjectSpec spec)
Exports the translators state to a PMML document. |
PMMLGeneralRegressionContent |
getContent()
|
void |
initializeFrom(org.dmg.pmml40.PMMLDocument pmmlDoc)
Initializes the translator based on a PMML document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PMMLGeneralRegressionTranslator()
initializeFrom(PMMLDocument) method.
public PMMLGeneralRegressionTranslator(PMMLGeneralRegressionContent content)
exportTo(PMMLDocument, PMMLPortObjectSpec)
method.
content - the regression content for the model| Method Detail |
|---|
public void initializeFrom(org.dmg.pmml40.PMMLDocument pmmlDoc)
initializeFrom in interface PMMLTranslatorpmmlDoc - the PMML document
public org.apache.xmlbeans.SchemaType exportTo(org.dmg.pmml40.PMMLDocument pmmlDoc,
PMMLPortObjectSpec spec)
exportTo in interface PMMLTranslatorpmmlDoc - the PMML document to export tospec - the spec of the PMMLPortObject
public PMMLGeneralRegressionContent getContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||