|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
@Deprecated public abstract class PMMLPreprocOperation
This class will be removed in a future version. Switching to XmlBeans makes
it obsolete. Please implement a PMMLPreprocTranslator instead.
Abstract base class for all preprocessing operations in KNIME.
| Nested Class Summary | |
|---|---|
static class |
PMMLPreprocOperation.PMMLTransformElement
Deprecated. Enumeration of the PMML elements the preprocessing operation can be written to. |
| Field Summary | |
|---|---|
protected static String |
CDATA
Deprecated. Constant for CDATA. |
protected static String |
DATA_DICT
Deprecated. |
protected static String |
DATATYPE
Deprecated. |
protected static String |
DERIVED_FIELD
Deprecated. |
protected static String |
EXTENSION
Deprecated. |
protected static String |
FIELD
Deprecated. |
protected static String |
LINEAR_NORM
Deprecated. |
protected static String |
LOCAL_TRANS
Deprecated. |
protected static String |
NAME
Deprecated. |
protected static String |
NORM
Deprecated. |
protected static String |
OP_TYPE_CONTINOUS
Deprecated. |
protected static String |
OPTYPE
Deprecated. |
protected static String |
ORIG
Deprecated. |
protected static String |
VALUE
Deprecated. |
| Constructor Summary | |
|---|---|
PMMLPreprocOperation()
Deprecated. |
|
| Method Summary | |
|---|---|
abstract List<String> |
getColumnNames()
Deprecated. |
abstract PMMLContentHandler |
getHandlerForLoad()
Deprecated. |
abstract String |
getName()
Deprecated. |
abstract String |
getSummary()
Deprecated. |
abstract PMMLPreprocOperation.PMMLTransformElement |
getTransformElement()
Deprecated. |
abstract void |
parse(Element transformElement)
Deprecated. Parses the passed PMMLTransformElement to retrieve the contained PMMLPreprocOperations. |
abstract void |
save(TransformerHandler handler,
ExecutionMonitor executionMonitor)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String LOCAL_TRANS
protected static final String DATA_DICT
protected static final String LINEAR_NORM
protected static final String DERIVED_FIELD
protected static final String FIELD
protected static final String EXTENSION
protected static final String NORM
protected static final String ORIG
protected static final String NAME
protected static final String VALUE
protected static final String DATATYPE
protected static final String OPTYPE
protected static final String OP_TYPE_CONTINOUS
protected static final String CDATA
| Constructor Detail |
|---|
public PMMLPreprocOperation()
| Method Detail |
|---|
public abstract void save(TransformerHandler handler,
ExecutionMonitor executionMonitor)
throws SAXException
handler - executionMonitor -
SAXExceptionpublic abstract String getName()
public abstract String getSummary()
@Deprecated public abstract PMMLContentHandler getHandlerForLoad()
PMMLPreprocPortObject is gone.
public abstract void parse(Element transformElement)
PMMLPreprocOperations. Elements that can be interpreted are "consumed"
(removed from the transformation element.
transformElement - an xml element containing a
PMMLPreprocOperation.PMMLTransformElement to be parsed.public abstract PMMLPreprocOperation.PMMLTransformElement getTransformElement()
public abstract List<String> getColumnNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||