|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.preproc.pmml.columnTrans.PMMLOne2ManyTranslator
public class PMMLOne2ManyTranslator
| Constructor Summary | |
|---|---|
PMMLOne2ManyTranslator(Map<String,List<Pair<String,String>>> columnMapping,
DerivedFieldMapper mapper)
Creates an initialized translator that can export its configuration. |
|
| Method Summary | |
|---|---|
org.dmg.pmml40.LocalTransformationsDocument.LocalTransformations |
exportToLocalTrans()
Exports the translators state to a new LocalTransformations element. |
org.dmg.pmml40.TransformationDictionaryDocument.TransformationDictionary |
exportToTransDict()
Exports the translators state to a new TransformationDictionary element. |
List<Integer> |
initializeFrom(org.dmg.pmml40.DerivedFieldDocument.DerivedField[] derivedFields)
Not yet implemented! Initializes the translator based on a derived field array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PMMLOne2ManyTranslator(Map<String,List<Pair<String,String>>> columnMapping,
DerivedFieldMapper mapper)
columnMapping - a mapping of column names to their associated
discretized columnsmapper - mapping data column names to PMML derived field names and
vice versa| Method Detail |
|---|
public List<Integer> initializeFrom(org.dmg.pmml40.DerivedFieldDocument.DerivedField[] derivedFields)
initializeFrom in interface PMMLPreprocTranslatorderivedFields - the derived fields to initialize from
public org.dmg.pmml40.TransformationDictionaryDocument.TransformationDictionary exportToTransDict()
exportToTransDict in interface PMMLPreprocTranslatorpublic org.dmg.pmml40.LocalTransformationsDocument.LocalTransformations exportToLocalTrans()
exportToLocalTrans in interface PMMLPreprocTranslator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||