|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.data.normalize.PMMLNormalizeTranslator
public class PMMLNormalizeTranslator
| Constructor Summary | |
|---|---|
PMMLNormalizeTranslator()
Creates a new empty translator to be initialized by the #initializeFrom(LocalTransformations, boolean) or
#initializeFrom(TransformationDictionary, boolean) method. |
|
PMMLNormalizeTranslator(AffineTransConfiguration trans,
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. |
AffineTransConfiguration |
getAffineTransConfig()
Builds a configuration object for a AffineTransTable. |
List<Integer> |
initializeFrom(org.dmg.pmml40.DerivedFieldDocument.DerivedField[] derivedFields)
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 PMMLNormalizeTranslator()
#initializeFrom(LocalTransformations, boolean) or
#initializeFrom(TransformationDictionary, boolean) method.
public PMMLNormalizeTranslator(AffineTransConfiguration trans,
DerivedFieldMapper mapper)
trans - the affine trans configuration * @param mapper mapping data
column names to PMML derived field names and vice versamapper - mapping data column names to PMML derived field names and
vice versa| Method Detail |
|---|
public AffineTransConfiguration getAffineTransConfig()
AffineTransTable.
public org.dmg.pmml40.TransformationDictionaryDocument.TransformationDictionary exportToTransDict()
exportToTransDict in interface PMMLPreprocTranslatorpublic org.dmg.pmml40.LocalTransformationsDocument.LocalTransformations exportToLocalTrans()
exportToLocalTrans in interface PMMLPreprocTranslatorpublic List<Integer> initializeFrom(org.dmg.pmml40.DerivedFieldDocument.DerivedField[] derivedFields)
initializeFrom in interface PMMLPreprocTranslatorderivedFields - the derived fields to initialize from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||