|
||||||||||
| 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(Instances data)
Transform the supplied data set (assumed to be the same format as the training 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(Instances data)
throws java.lang.Exception
java.lang.Exception - if the attribute could not be evaluated
Instance 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 | |||||||||