com.rapidminer.example
Interface AttributeTransformation
- All Known Implementing Classes:
- AttributeTransformationRemapping, AttributeTransformationReplaceMissing, AttributeTransformationWeighting
public interface AttributeTransformation
This interface is used to define on-the-fly transformations in data views.
- Author:
- Ingo Mierswa
clone
java.lang.Object clone()
transform
double transform(Attribute attribute,
double value)
inverseTransform
double inverseTransform(Attribute attribute,
double value)
isReversable
boolean isReversable()
Copyright © 2001-2009 by Rapid-I