public interface AttributeTransformer
Modifier and Type | Method and Description |
---|---|
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.
|
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