com.rapidminer.example.set
Class AttributeTransformationRemapping
java.lang.Object
com.rapidminer.example.set.AttributeTransformationRemapping
- All Implemented Interfaces:
- AttributeTransformation, java.io.Serializable
public class AttributeTransformationRemapping
- extends java.lang.Object
- implements AttributeTransformation
This transformation returns the remapped value.
- Author:
- Ingo Mierswa
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeTransformationRemapping
public AttributeTransformationRemapping(NominalMapping overlayedMapping)
AttributeTransformationRemapping
public AttributeTransformationRemapping(AttributeTransformationRemapping other)
clone
public java.lang.Object clone()
- Specified by:
clone in interface AttributeTransformation- Overrides:
clone in class java.lang.Object
setNominalMapping
public void setNominalMapping(NominalMapping mapping)
transform
public double transform(Attribute attribute,
double value)
- Specified by:
transform in interface AttributeTransformation
inverseTransform
public double inverseTransform(Attribute attribute,
double value)
- Specified by:
inverseTransform in interface AttributeTransformation
isReversable
public boolean isReversable()
- Specified by:
isReversable in interface AttributeTransformation
Copyright © 2001-2009 by Rapid-I