|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeTransformer
Abstract attribute transformer. Transforms the dataset.
Method Summary | |
---|---|
Instance |
convertInstance(Instance instance)
Transforms an instance in the format of the original data to the transformed space |
Instances |
transformedData()
Returns the transformed data |
Instances |
transformedHeader()
Returns just the header for the transformed data (ie. |
Method Detail |
---|
Instances transformedHeader() throws java.lang.Exception
java.lang.Exception
- if the header of the transformed data can't
be determined.Instances transformedData() throws java.lang.Exception
java.lang.Exception
- if the attribute could not be evaluatedInstance convertInstance(Instance instance) throws java.lang.Exception
java.lang.Exception
- if the instance could not be transformed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |