com.rapidminer.example.set
Class AttributeTransformationRemapping

java.lang.Object
  extended by 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

Constructor Summary
AttributeTransformationRemapping(AttributeTransformationRemapping other)
           
AttributeTransformationRemapping(NominalMapping overlayedMapping)
           
 
Method Summary
 java.lang.Object clone()
           
 double inverseTransform(Attribute attribute, double value)
           
 boolean isReversable()
           
 void setNominalMapping(NominalMapping mapping)
           
 double transform(Attribute attribute, double value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeTransformationRemapping

public AttributeTransformationRemapping(NominalMapping overlayedMapping)

AttributeTransformationRemapping

public AttributeTransformationRemapping(AttributeTransformationRemapping other)
Method Detail

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